summary refs log tree commit diff
path: root/nixos/tests/make-test.nix
blob: 1b571a008e0f172750cac832a91984b2a56e8acf (plain) (blame)
1
2
3
4
5
f: { system ? builtins.currentSystem, ... } @ args:

with import ../lib/testing.nix { inherit system; };

makeTest (if lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)