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