3
0
Fork 0
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:
Silvan Mosberger 2022-11-26 11:52:51 +01:00
parent 9606b88555
commit 47813a3214

View file

@ -1,6 +1,6 @@
f: {
system ? builtins.currentSystem,
pkgs ? import ../.. { inherit system; },
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
...
} @ args: