diff options
Diffstat (limited to 'nix/tests/deploy-flake.nix')
-rw-r--r-- | nix/tests/deploy-flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/tests/deploy-flake.nix b/nix/tests/deploy-flake.nix index 3e1e426..47f0f5b 100644 --- a/nix/tests/deploy-flake.nix +++ b/nix/tests/deploy-flake.nix @@ -15,7 +15,7 @@ in { nixosConfigurations.server = nixpkgs.lib.nixosSystem { inherit system pkgs; - specialArgs = { inherit inputs; }; + specialArgs = { inherit inputs; flakes = import inputs.enable-flakes; }; modules = [ ./server.nix ./common.nix |