Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
flake: add morpho node related flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Nov 19, 2020
1 parent f4e959e commit d56334d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
58 changes: 57 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Expand Up @@ -10,6 +10,7 @@
terranix.follows = "bitte/terranix";
utils.url = "github:numtide/flake-utils";
ops-lib.url = "github:input-output-hk/ops-lib/zfs-image?dir=zfs";
morpho-node.url = "github:input-output-hk/ECIP-Checkpointing/nin-flake";
midnight-automation = {
url =
"git+ssh://github.com/input-output-hk/midnight-automation?ref=etcm-99-mantis-agen";
Expand Down
4 changes: 4 additions & 0 deletions overlay.nix
Expand Up @@ -39,6 +39,9 @@ in {

mantis-faucet = import final.mantis-faucet-source { inherit system; };

morpho-source = self.inputs.morpho-node;
morpho-node = self.inputs.morpho-node.morpho-node.${system};

# Any:
# - run of this command with a parameter different than the testnet (currently 10)
# - change in the genesis file here
Expand Down Expand Up @@ -354,6 +357,7 @@ in {
src = self.inputs.mantis-explorer;
};


nixosConfigurations =
self.inputs.bitte.legacyPackages.${system}.mkNixosConfigurations
final.clusters;
Expand Down

0 comments on commit d56334d

Please sign in to comment.