mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
tests.devShellTools.nixos: Fix test
This increases the disk size, which I assume was consumed by the various docker image operations.
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation = {
|
||||
diskSize = 4000;
|
||||
diskSize = 8000;
|
||||
docker.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user