nixos/tests: Make pure
Just had @fabianhauser at the #ZurichZHF hackathon run into this, causing thetests to fail evaluation due to some system impurity
Silvan Mosberger 3 years ago 47813a32 9606b885
··· 1 1 f: { 2 2 system ? builtins.currentSystem, 3 3 - pkgs ? import ../.. { inherit system; }, 3 3 + pkgs ? import ../.. { inherit system; config = {}; overlays = []; }, 4 4 ... 5 5 } @ args: 6 6