This commit is contained in:
Michael Zhang 2023-08-10 23:17:51 -05:00
parent eb55ad4c81
commit c58eb32cc3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
name = "frontend";
inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ./.gitignore ] ./.;
npmDepsHash = "sha256-8XYO7U5+X9/8vx/PbTWpgvbJv1D140srgOv5IaVLRxY=";
npmDepsHash = "sha256-fmx7Ee+Idx91w9VwV/yeHgJ+4OHiVevfFJ46LTtmZl4=";
installPhase = ''
mkdir -p $out
mv dist $out