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

Commit 24fc9b7

Browse files
authored
Merge pull request #3622 from input-output-hk/fix-slow-eval
[DEVOPS-916] hydra: Fix cardano-sl-explorer-frontend eval
2 parents 435cd3f + 04a0c77 commit 24fc9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

explorer/frontend/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ let
9292
mkYarnPackage {
9393
name = "cardano-explorer-frontend";
9494
src = generatedSrc;
95+
yarnLock = ./yarn.lock;
96+
packageJSON = ./package.json;
9597
extraBuildInputs = [
9698
purescript
9799
regen-script

0 commit comments

Comments
 (0)