Skip to content

Commit

Permalink
try to fix hydra eval caching problem
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jul 26, 2022
1 parent acd88e8 commit 537bba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
############################################################################

# The project sources
{ cardano-ledger ? { outPath = ./.; rev = "abcdef"; }
{ cardano-ledger-specs ? { outPath = ./.; rev = "abcdef"; }

# Function arguments to pass to the project
, projectArgs ? {
Expand Down Expand Up @@ -36,8 +36,8 @@
with (import pkgs.iohkNix.release-lib) {
inherit pkgs;
inherit supportedSystems supportedCrossSystems scrubJobs projectArgs;
packageSet = import cardano-ledger;
gitrev = cardano-ledger.rev;
packageSet = import cardano-ledger-specs;
gitrev = cardano-ledger-specs.rev;
};

with pkgs.lib;
Expand Down

0 comments on commit 537bba8

Please sign in to comment.