Skip to content

Commit

Permalink
fix attribute for cardano-graphql-server
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jul 2, 2020
1 parent a819ccf commit 01332ad
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;
frontend = (import ../../.).cardano-graphql.cardano-graphql-server;
persistgraphql = (import ../../.).persistgraphql;
hasura-cli = (import ../../.).hasura-cli;
hasura-cli-ext = (import ../../.).hasura-cli-ext;
Expand Down

0 comments on commit 01332ad

Please sign in to comment.