nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 21.11 3 lines 148 B view raw
1{ pkgs ? import ../. { } }: 2(import ./default.nix { }).overrideAttrs 3(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })