Add missing file

This commit is contained in:
Eelco Dolstra 2014-04-14 21:03:43 +02:00
parent 7ce743b422
commit 269bd7ef83

View 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)