diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-18 14:34:03 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-18 14:38:02 +0100 |
commit | dbb4bec0036b0cf9af2679e701eb5a455901b814 (patch) | |
tree | 43596942951515386d8c13c8b30da043227701b4 /tests | |
parent | 87873d0d656890f693aa29f062dd8fc496a9d6ae (diff) |
Fix tests.githubFlakes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/github-flakes.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/github-flakes.nix b/tests/github-flakes.nix index d9f7d71cd..039e508a4 100644 --- a/tests/github-flakes.nix +++ b/tests/github-flakes.nix @@ -96,6 +96,7 @@ makeTest ( client = { config, lib, pkgs, nodes, ... }: { virtualisation.writableStore = true; + virtualisation.diskSize = 2048; virtualisation.pathsInNixDB = [ pkgs.hello pkgs.fuse ]; nix.binaryCaches = lib.mkForce [ ]; nix.extraOptions = "experimental-features = nix-command flakes"; |