Skip to content

Commit

Permalink
use cardano-node from branch with purity backport
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Nov 30, 2022
1 parent 92aa78d commit 98c43ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default.nix
Expand Up @@ -63,12 +63,12 @@ let
# fetched binaries are the "standard" builds that people test. This should be
# fast as it mostly fetches Hydra (CI) caches without building much.
cardano-node = import
(pkgs.fetchgit {
(builtins.fetchGit {
url = "https://github.com/input-output-hk/cardano-node";
rev = "1.35.4";
sha256 = "1j01m2cp2vdcl26zx9xmipr551v3b2rz9kfn9ik8byfwj1z7652r";
ref = "purity-backport-1.35.4";
rev = "a42ca8801ea31cb0b23a3f53dcc063ce4a5a0be5";
})
{ };
{ inherit system; };
in
{
inherit compiler pkgs hsPkgs cardano-node;
Expand Down

0 comments on commit 98c43ad

Please sign in to comment.