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

Commit 37e9a6a

Browse files
committed
Revert "[DEVOPS-1100] Fix evaluation"
This reverts commit c82cc1a.
1 parent 587a556 commit 37e9a6a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

default.nix

+4-9
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ 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-
135130

136131
####################################################################
137132
# Daedalus wallet
@@ -270,6 +265,7 @@ let
270265
cardano-sl-crypto
271266
cardano-sl-db
272267
cardano-sl-explorer
268+
cardano-sl-explorer-frontend
273269
cardano-sl-explorer-static
274270
cardano-sl-generator
275271
cardano-sl-infra
@@ -280,10 +276,9 @@ let
280276
cardano-sl-util
281277
cardano-sl-wallet
282278
cardano-sl-wallet-new
283-
cardano-sl-x509;
284-
inherit (self.haskellPackages)
285-
cardano-report-server; }
286-
279+
cardano-sl-x509
280+
cardano-report-server
281+
cardano-report-server-static; }
287282
);
288283

289284
in

0 commit comments

Comments
 (0)