From ac75bde641ef37d379a4c048d2bdb49b4ba069aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Feb 2022 12:09:27 -0800 Subject: flake: add new overlay: NUR NUR is the nux user repository, which provides additional packages. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 37b4418..2e58b89 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nur.url = "github:nix-community/NUR"; + home-manager = { url = "github:nix-community/home-manager/release-21.11"; # We want home-manager to use the same set of nixpkgs as our system. -- cgit v1.2.3