1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Add dev output

Necessary since we're now propagating boehm-gc.
This commit is contained in:
Eelco Dolstra 2020-02-19 12:26:59 +01:00
parent 583d06385d
commit 82de90961b

View file

@ -109,6 +109,8 @@ let
name = "nix";
src = tarball;
outputs = [ "out" "dev" ];
buildInputs = buildDeps;
propagatedBuildInputs = propagatedDeps;