aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
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.lock
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 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 108c6ef..6a02041 100644
--- a/flake.lock
+++ b/flake.lock
@@ -88,6 +88,21 @@
"type": "github"
}
},
+ "nur": {
+ "locked": {
+ "lastModified": 1645979938,
+ "narHash": "sha256-3qsDn3hcabz4YyMqCuxlr11HonB5PGEBWdfQWZL7rYU=",
+ "owner": "nix-community",
+ "repo": "NUR",
+ "rev": "7f7ac98566dd07d3400ed29f506f7b5ef0b6bbf2",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "NUR",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"agenix": "agenix",
@@ -95,6 +110,7 @@
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
+ "nur": "nur",
"utils": "utils"
}
},