aboutsummaryrefslogtreecommitdiff
path: root/nix/tests/deploy-flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/tests/deploy-flake.nix')
-rw-r--r--nix/tests/deploy-flake.nix2
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