Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
More renaming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored and erikd committed Dec 4, 2019
1 parent 3a69a17 commit e533ea3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cardano-explorer-webapi/cardano-explorer-webapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ test-suite test

build-depends: base >= 4.12 && < 4.13
, bytestring
, cardano-explorer
, cardano-explorer-webapi
, cardano-explorer-db
, cardano-explorer-db-test
, containers
Expand Down
2 changes: 1 addition & 1 deletion docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ let

web-api = mkService "web-api" ''
export PGPASSFILE=${eval.config.services.cardano-exporter.pgpass}
${self.cardano-explorer}/bin/cardano-explorer
${self.cardano-explorer-webapi}/bin/cardano-explorer-webapi
'';

wrapService = name:
Expand Down
1 change: 1 addition & 0 deletions nix/.stack.nix/cardano-explorer-webapi.nix

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

2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let
collectTests jobs.native.tests ++
collectTests jobs.native.benchmarks ++
[
jobs.native.cardano-explorer.x86_64-linux
jobs.native.cardano-explorer-webapi.x86_64-linux
jobs.native.cardano-explorer-db-tool.x86_64-linux
jobs.native.cardano-explorer-node.x86_64-linux
jobs.native.cardano-sl-core.x86_64-linux
Expand Down

0 comments on commit e533ea3

Please sign in to comment.