feat: enable nixos-test
This commit is contained in:
parent
3b2e272cb3
commit
31b23c5934
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
show-trace = true;
|
show-trace = true;
|
||||||
|
|
||||||
system-features = [ "big-parallel" "kvm" "recursive-nix" ];
|
system-features = [ "nixos-test" "recursive-nix" ];
|
||||||
sandbox-paths = [ "/bin/sh=${pkgs.busybox-sandbox-shell.out}/bin/busybox" ];
|
sandbox-paths = [ "/bin/sh=${pkgs.busybox-sandbox-shell.out}/bin/busybox" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue