mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
3 lines
148 B
Nix
3 lines
148 B
Nix
{ pkgs ? import ../. { } }:
|
|
(import ./default.nix { }).overrideAttrs
|
|
(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })
|