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

Commit 76c9b1b

Browse files
committed
explorer frontend yarn security vulnerability fixes
1 parent 668d7ec commit 76c9b1b

File tree

2 files changed

+61
-1247
lines changed

2 files changed

+61
-1247
lines changed

explorer/frontend/shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
let
44
cardanoPkgs = import ../.. args;
5-
frontend = nix-tools.exes.cardano-sl-explorer-frontend;
5+
frontend = cardanoPkgs.explorerFrontend;
66

77
in
88
# fixme: cardano-sl-explorer source is not filtered enough, so
@@ -11,6 +11,7 @@ in
1111

1212
frontend.overrideAttrs (oldAttrs: {
1313

14+
buildInputs = (with cardanoPkgs.pkgs; [ yarn ]);
1415
shellHook = ''
1516
help() {
1617
echo "*** To regenerate purescript code, run \`regen'."

0 commit comments

Comments
 (0)