Skip to content

Commit

Permalink
docs(nix): fix typo umu= { -> umu = {
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Dec 14, 2024
1 parent 7fc7100 commit 9683eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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= {
umu = {
url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down

0 comments on commit 9683eb6

Please sign in to comment.