Skip to content

Commit

Permalink
nix: testing deployment with path re-added
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem authored and rhyslbw committed Aug 1, 2022
1 parent a4cbc47 commit 81c51c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/nixos/cardano-rosetta-server-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ in {
default = null;
};

cardanoCliPath = lib.mkOption {
type = lib.types.str;
default = null;
};

ogmiosHost = lib.mkOption {
type = lib.types.str;
default = "127.0.0.1";
Expand Down

0 comments on commit 81c51c0

Please sign in to comment.