about summary refs log tree commit diff
path: root/nixos/tests/make-test.nix
blob: 285ca5b71d6eef446f58ca3b9c2179294df6904c (plain) (blame)
1
2
3
4
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)