summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 446a74f..949801a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,7 +19,7 @@
};
outputs =
- { self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, nixvirt, ... }:
+ flakes@{ self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, nixvirt }:
let
system = "x86_64-linux";
@@ -59,6 +59,10 @@
nixpkgs.nixosModules.notDetected
impermanence.nixosModule
];
+
+ specialArgs = {
+ inherit flakes;
+ };
};
hostConfig = host: nixosSystem {