nixosTests.nixops_unstable: Set memorySize to 2G
Give the evaluator some breathing room.
This commit is contained in:
parent
c5180c311e
commit
76fc2db1f5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue