mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixosTests: fix pure eval by setting system to null
This commit is contained in:
parent
6e39a1bc95
commit
816b6de307
5 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@ import ./make-test-python.nix (
|
|||
|
||||
containerSystem =
|
||||
(import ../lib/eval-config.nix {
|
||||
system = null;
|
||||
modules = [ container ];
|
||||
}).config.system.build.toplevel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue