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;