Merge pull request #203028 from NixOS/pure-nixos-tests
This commit is contained in:
commit
22d1a12f8b
1 changed files with 1 additions and 1 deletions
|
@ -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