mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05: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:
parent
d75a6f1618
commit
06989e7585
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
{ ... }:
|
||||
{
|
||||
virtualisation = {
|
||||
diskSize = 4000;
|
||||
diskSize = 8000;
|
||||
docker.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue