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