vuls: init at 0.27.0
[NixPkgs.git] / nixos / tests / make-test-python.nix
blob28569f1d2955acf9215d5bae76d3400f44ac9ef7
1 f: {
2   system ? builtins.currentSystem,
3   pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
4   ...
5 } @ args:
7 with import ../lib/testing-python.nix { inherit system pkgs; };
9 makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)