Skip to content

Commit

Permalink
Merge branch 'frontend-lucid' of https://github.com/input-output-hk/w…
Browse files Browse the repository at this point in the history
…sc-poc into frontend-lucid
  • Loading branch information
KJES4 committed Jan 14, 2025
2 parents 13260ae + 539bd73 commit 9b7cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
frontendNpm = pkgs.buildNpmPackage rec {
name = "frontend";
src = ../frontend;
npmDepsHash = "sha256-Oz7pdTMJVgGj5rzjIMvDjaOV7JU+hYLHoSSb+OcJARk=";
npmDepsHash = "sha256-wtpNvgzcY0jpp5EgmWp4hXYfVs3xieq3Lb05tlhHlv4=";
npmPackFlags = [ "--ignore-scripts" ];
installPhase = ''
mkdir -p $out/frontend
Expand Down

0 comments on commit 9b7cff4

Please sign in to comment.