forked from mirrors/nixpkgs
doc: fix shell.nix (#109816)
This commit is contained in:
parent
c030d1b85b
commit
94f850c3d1
|
@ -1,5 +1,3 @@
|
||||||
{ pkgs ? import ../. {} }:
|
{ pkgs ? import ../. { } }:
|
||||||
(import ./default.nix {}).overrideAttrs (x: {
|
(import ./default.nix { }).overrideAttrs
|
||||||
buildInputs = x.buildInputs ++ [ pkgs.xmloscopy pkgs.ruby ];
|
(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })
|
||||||
|
|
||||||
})
|
|
||||||
|
|
Loading…
Reference in a new issue