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

Commit

Permalink
explorer frontend yarn security vulnerability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jul 24, 2019
1 parent 668d7ec commit 76c9b1b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1,247 deletions.
3 changes: 2 additions & 1 deletion explorer/frontend/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
cardanoPkgs = import ../.. args;
frontend = nix-tools.exes.cardano-sl-explorer-frontend;
frontend = cardanoPkgs.explorerFrontend;

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

frontend.overrideAttrs (oldAttrs: {

buildInputs = (with cardanoPkgs.pkgs; [ yarn ]);
shellHook = ''
help() {
echo "*** To regenerate purescript code, run \`regen'."
Expand Down
Loading

0 comments on commit 76c9b1b

Please sign in to comment.