Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 5 lines 140 B view raw
1{ pkgs ? import ../. {} }: 2(import ./default.nix {}).overrideAttrs (x: { 3 buildInputs = x.buildInputs ++ [ pkgs.xmloscopy pkgs.ruby ]; 4 5})