Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 pkgs ? import ../../.. { }, 3}: 4pkgs.callPackage ./default.nix { }