forked from mirrors/nixpkgs
Add missing file
This commit is contained in:
parent
7ce743b422
commit
269bd7ef83
5
nixos/tests/make-test.nix
Normal file
5
nixos/tests/make-test.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
f: { system ? builtins.currentSystem, ... } @ args:
|
||||
|
||||
with import ../lib/testing.nix { inherit system; };
|
||||
|
||||
makeTest (if builtins.isFunction f then f (args // { inherit pkgs; }) else f)
|
Loading…
Reference in a new issue