Add a "dev" output to the 'nix' package

This is to ensure that references like 'nix.dev' in dwarffs work
regardless of whether we're using the 'nix' package from this overlay
or from Nixpkgs.
This commit is contained in:
Eelco Dolstra 2019-10-07 14:02:52 +02:00
parent a323b7826c
commit ce2c755d2a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -101,6 +101,8 @@
name = "nix";
src = self.hydraJobs.tarball;
outputs = [ "out" "dev" ];
buildInputs = buildDeps;
preConfigure =