about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 73ddc175..206a440f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -162,6 +162,8 @@
     impermanence = {
       url = "github:nix-community/impermanence";
       inputs = {
+        nixpkgs.follows = "nixpkgs";
+        home-manager.follows = "home-manager";
       };
     };
     nixos-generators = {