From 4a32b3907904c3abc24ab830a72bce676affa610 Mon Sep 17 00:00:00 2001 From: Darshan Kumawat Date: Fri, 10 Jan 2025 15:11:56 +0530 Subject: [PATCH] fix: guide for nixos install --- 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`