about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2024-03-07 00:46:59 +0100
committerGitHub <noreply@github.com>2024-03-07 00:46:59 +0100
commitf32e786e98f0dc9cbf46a47f8cf79a9c57f6b777 (patch)
treef8cbf50d5e57447132d820fd6545cb3dc9370d1f /nixos
parent6431075d1aa223e540f2f4f9de66b9e5bd0babe3 (diff)
parente63713d2b70cddcec7886ac138b00c2704c1e9d5 (diff)
Merge pull request #292099 from hercules-ci/update-nixops_unstable
nixops_unstable to nixops_unstable_minimal.withPlugins migration + update
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nixops/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/nixops/default.nix b/nixos/tests/nixops/default.nix
index 6501d13a2ed36..8477e5059fcaf 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;
   };
@@ -32,6 +32,7 @@ let
           pkgs.hello
           pkgs.figlet
         ];
+        virtualisation.memorySize = 2048;
 
         # TODO: make this efficient, https://github.com/NixOS/nixpkgs/issues/180529
         system.includeBuildDependencies = true;