Merge pull request #4311 from matthewbauer/static-nix-support
Include static "nix" binary in Hydra build products
This commit is contained in:
commit
d94239c979
1 changed files with 2 additions and 0 deletions
|
@ -466,6 +466,8 @@
|
|||
postInstall = ''
|
||||
mkdir -p $doc/nix-support
|
||||
echo "doc manual $doc/share/doc/nix/manual" >> $doc/nix-support/hydra-build-products
|
||||
mkdir -p $out/nix-support
|
||||
echo "file binary-dist $out/bin/nix" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
|
Loading…
Reference in a new issue