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:
@@ -1,6 +1,6 @@
|
|||||||
f: {
|
f: {
|
||||||
system ? builtins.currentSystem,
|
system ? builtins.currentSystem,
|
||||||
pkgs ? import ../.. { inherit system; },
|
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
||||||
...
|
...
|
||||||
} @ args:
|
} @ args:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user