forked from mirrors/nixpkgs
nixos/tests: Make pure
Just had @fabianhauser at the #ZurichZHF hackathon run into this, causing the tests to fail evaluation due to some system impurity
This commit is contained in:
parent
9606b88555
commit
47813a3214
|
@ -1,6 +1,6 @@
|
|||
f: {
|
||||
system ? builtins.currentSystem,
|
||||
pkgs ? import ../.. { inherit system; },
|
||||
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
||||
...
|
||||
} @ args:
|
||||
|
||||
|
|
Loading…
Reference in a new issue