mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03: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 ]; })
|