We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cardanoNodeVersion
1 parent 81a829d commit 5fadf6cCopy full SHA for 5fadf6c
nix/old-default.nix
@@ -65,7 +65,7 @@ let
65
cardano-shell = import self.sources.cardano-shell { inherit system; crossSystem = crossSystem shellPkgs.lib; };
66
local-cluster = if cluster == "selfnode" then walletPackages.local-cluster else null;
67
cardano-node = walletPackages.cardano-node;
68
- cardanoNodeVersion = self.cardano-node.version + "-" + builtins.substring 0 9 self.cardano-node.src.rev;
+ cardanoNodeVersion = self.cardano-node.version + "-" + builtins.substring 0 9 walletFlake.inputs.cardano-node-1_35_4.rev;
69
cardanoWalletVersion = self.daedalus-bridge.wallet-version + "-" + builtins.substring 0 9 walletFlake.rev;
70
cardano-cli = walletPackages.cardano-cli;
71
0 commit comments