mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
Fix VM tests
This commit is contained in:
parent
6b708711f5
commit
e1725ba946
3 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@ makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
|
|||
|
||||
nodes =
|
||||
{ client =
|
||||
{ config, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ virtualisation.writableStore = true;
|
||||
virtualisation.pathsInNixDB = [ pkgA ];
|
||||
nix.package = nix;
|
||||
nix.binaryCaches = [ ];
|
||||
nix.binaryCaches = lib.mkForce [ ];
|
||||
};
|
||||
|
||||
server =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue