summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";