summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-10-11 11:59:34 -0600
committerAlejandro Soto <alejandro@34project.org>2025-10-11 12:08:03 -0600
commit037a099639c3a359b006493b481a38701febb81e (patch)
tree90af5c211950a57bd74f621900d786d1f94a669e
parent2922b9a8df95f8912537bc7cb4ebe5ec87b6d600 (diff)
flake: make nur nixpkgs follow local nixpkgs
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 35dd05b..dd3239d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- nur.url = "github:nix-community/NUR";
+ nur = {
+ url = "github:nix-community/NUR";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
impermanence.url = "github:nix-community/impermanence";
hm-isolation.url = "github:3442/hm-isolation";