Commit 47813a32 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

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
parent 9606b885
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
f: {
  system ? builtins.currentSystem,
  pkgs ? import ../.. { inherit system; },
  pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
  ...
} @ args: