mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
Add dev output
Necessary since we're now propagating boehm-gc.
This commit is contained in:
parent
583d06385d
commit
82de90961b
@ -109,6 +109,8 @@ let
|
|||||||
name = "nix";
|
name = "nix";
|
||||||
src = tarball;
|
src = tarball;
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
buildInputs = buildDeps;
|
buildInputs = buildDeps;
|
||||||
|
|
||||||
propagatedBuildInputs = propagatedDeps;
|
propagatedBuildInputs = propagatedDeps;
|
||||||
|
Loading…
Reference in New Issue
Block a user