0
0
Fork 0
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:
Tristan Ross 2025-05-04 22:20:35 -07:00
parent 6e39a1bc95
commit 816b6de307
No known key found for this signature in database
GPG key ID: B09C422035669AF8
5 changed files with 7 additions and 0 deletions

View file

@ -26,6 +26,7 @@ import ./make-test-python.nix (
containerSystem =
(import ../lib/eval-config.nix {
system = null;
modules = [ container ];
}).config.system.build.toplevel;