Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ pkgs ? import ../. { } }: 2(import ./default.nix { }).overrideAttrs 3(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })