Skip to content

Commit

Permalink
fix: guide for nixos install (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanCommits authored Jan 10, 2025
1 parent 414a1a8 commit e9cb4d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,7 @@ If there is any problem with the flake feel free to open a bug report and tag an
If you want to add umu-launcher as a flake add this to your inputs in `flake.nix`
```nix
inputs = {
umu = {
url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
umu.url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix";
}
```
and in your `configuration.nix`
Expand Down

0 comments on commit e9cb4d7

Please sign in to comment.