From e9cb4d764013d4c8c3d1166f59581da8f56a3d83 Mon Sep 17 00:00:00 2001 From: Darshan Kumawat <104432537+darshanCommits@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:11:22 +0530 Subject: [PATCH] fix: guide for nixos install (#327) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 13ae9ddb7..3414d2a3a 100644 --- a/README.md +++ b/README.md @@ -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`