Unverified Commit f57583db authored by Dionysis Grigoropoulos's avatar Dionysis Grigoropoulos
Browse files

nixosTests.docker-tools-nix-shell: Fix test

This test fails because the VM doesn't have enough disk space. Inceasing
it by almost one GB makes the test pass.
parent ce8d6b26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ in
      { ... }:
      {
        virtualisation = {
          diskSize = 3072;
          diskSize = 4000;
          docker.enable = true;
        };
      };