forked from lix-project/lix
Fix tests.githubFlakes
This commit is contained in:
parent
87873d0d65
commit
dbb4bec003
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue