aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-27 12:09:27 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-27 13:05:31 -0800
commitac75bde641ef37d379a4c048d2bdb49b4ba069aa (patch)
tree72dccd272103a691c56e01ad8b7039c4ba2eb93b /flake.nix
parentdocs: add partition setup for the NAS (diff)
downloadinfra-ac75bde641ef37d379a4c048d2bdb49b4ba069aa.tar.gz
flake: add new overlay: NUR
NUR is the nux user repository, which provides additional packages.
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
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.