about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-02-28 16:22:34 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-03-06 22:47:22 +0100
commit663b3d4be79ebb31ab277a55c0fe4b975cfa17c2 (patch)
treed113832c36f4de5e8c16688814357028e9d99918 /nixos
parent4a29e5442d66d939abf6216894bedfdb79ae3a15 (diff)
nixops_unstable*: Make withPlugins.*.tests.nixos behave correctly
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nixops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nixops/default.nix b/nixos/tests/nixops/default.nix
index 6501d13a2ed36..acfe6feee9d10 100644
--- a/nixos/tests/nixops/default.nix
+++ b/nixos/tests/nixops/default.nix
@@ -9,7 +9,7 @@ let
     #  - Alternatively, blocked on a NixOps 2 release
     #    https://github.com/NixOS/nixops/issues/1242
     # stable = testsLegacyNetwork { nixopsPkg = pkgs.nixops; };
-    unstable = testsForPackage { nixopsPkg = pkgs.nixops_unstable; };
+    unstable = testsForPackage { nixopsPkg = pkgs.nixops_unstable_minimal; };
 
     # inherit testsForPackage;
   };