Skip to content

Commit

Permalink
Corrected service attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem committed Jul 7, 2020
1 parent 635d40b commit 5774609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos/cardano-graphql-service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ in {
config = let
# TODO: there has to be a better way to handle boolean env vars in nodejs???
boolToNodeJSEnv = bool: if bool then "true" else "false";
frontend = (import ../../.).cardano-graphql.cardano-graphql-server;
frontend = (import ../../.).cardano-graphql;
persistgraphql = (import ../../.).persistgraphql;
hasura-cli = (import ../../.).hasura-cli;
hasura-cli-ext = (import ../../.).hasura-cli-ext;
Expand Down

0 comments on commit 5774609

Please sign in to comment.