Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 51ee77a

Browse files
committed
[DEVOPS-1100] Fix evaluation
1 parent 7989b1d commit 51ee77a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

default.nix

+9-4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ let
127127
# Backwards compat for iohk-ops.
128128
makeFaucetFrontend = self.cardano-sl-faucet-frontend;
129129

130+
####################################################################
131+
# Report Server
132+
133+
cardano-report-server-static = self.justStaticExecutablesGitRev self.cardano-report-server;
134+
130135

131136
####################################################################
132137
# Daedalus wallet
@@ -265,7 +270,6 @@ let
265270
cardano-sl-crypto
266271
cardano-sl-db
267272
cardano-sl-explorer
268-
cardano-sl-explorer-frontend
269273
cardano-sl-explorer-static
270274
cardano-sl-generator
271275
cardano-sl-infra
@@ -276,9 +280,10 @@ let
276280
cardano-sl-util
277281
cardano-sl-wallet
278282
cardano-sl-wallet-new
279-
cardano-sl-x509
280-
cardano-report-server
281-
cardano-report-server-static; }
283+
cardano-sl-x509;
284+
inherit (self.haskellPackages)
285+
cardano-report-server; }
286+
282287
);
283288

284289
in

0 commit comments

Comments
 (0)