Skip to content

Commit

Permalink
Patch ni build of TUI for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange committed Jun 15, 2023
1 parent 195052c commit cea2daf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/hydra/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ let
export GIT_REVISION=${gitRev}
'';
}
{
packages.hydra-tui.preBuild = ''
echo ======= PATCHING --version to ${gitRev} =======
export GIT_REVISION=${gitRev}
'';
}
# Set libsodium-vrf on cardano-crypto-{praos,class}. Otherwise they depend
# on libsodium, which lacks the vrf functionality.
({ pkgs, lib, ... }:
Expand Down

0 comments on commit cea2daf

Please sign in to comment.