Skip to content

Commit

Permalink
Merge pull request #107 from mlabs-haskell/avnik/convay
Browse files Browse the repository at this point in the history
Bump cardano-node to convay era version
  • Loading branch information
aciceri authored Oct 4, 2024
2 parents d604155 + fc9c8e1 commit a1963a0
Show file tree
Hide file tree
Showing 11 changed files with 1,037 additions and 4,952 deletions.
4 changes: 2 additions & 2 deletions docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in {
}
{
anchor = "services.cardano-node";
modules = [rootConfig.flake.nixosModules.node];
modules = [rootConfig.flake.nixosModules.node {services.cardano-node.environment = "mainnet";}];
namespaces = ["services.cardano-node"];
}
{
Expand Down Expand Up @@ -104,7 +104,7 @@ in {
githubUrl = "https://github.com/mlabs-haskell/cardano.nix/tree/main";
}
{
storePath = inputs."cardano-node-8.7.3".outPath;
storePath = inputs."cardano-node-9.2.1".outPath;
githubUrl = "https://github.com/IntersectMBO/cardano-node/tree/master";
}
{
Expand Down
Loading

0 comments on commit a1963a0

Please sign in to comment.