diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 { |
