Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at domenkozar-patch-1 9 lines 291 B view raw
1f: { 2 system ? builtins.currentSystem, 3 pkgs ? import ../.. { inherit system; config = {}; overlays = []; }, 4 ... 5} @ args: 6 7with import ../lib/testing-python.nix { inherit system pkgs; }; 8 9makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)