Skip to content

Commit

Permalink
flake: restore binary-dist artifact to Hydra static builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Mar 2, 2023
1 parent ffadc35 commit a8d0ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@
postInstall = ''
mkdir -p $doc/nix-support
echo "doc manual $doc/share/doc/nix/manual" >> $doc/nix-support/hydra-build-products
${lib.optionalString currentStdenv.hostPlatform.isStatic ''
mkdir -p $out/nix-support
echo "file binary-dist $out/bin/nix" >> $out/nix-support/hydra-build-products
''}
${lib.optionalString currentStdenv.isDarwin ''
install_name_tool \
-change ${boost}/lib/libboost_context.dylib \
Expand Down

0 comments on commit a8d0ff1

Please sign in to comment.