Skip to content

Commit

Permalink
fix: hash
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent e8f56e9 commit 8d886c3
Show file tree
Hide file tree
Showing 2 changed files with 1,312 additions and 872 deletions.
5 changes: 2 additions & 3 deletions app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
nodeDeps = with unstablePkgs; [ nodePackages_latest.nodejs ];
combinedDeps = pkgsDeps ++ nodeDeps;
packageJSON = lib.importJSON ./package.json;
in
{
in {
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-ir5badMbuCUHbkUqHIIUwZ3imU2oddQPKSM4Byt+Y34=";
npmDepsHash = "sha256-hv90SONYIJ22EwgYC2b2i5/hUUNTJQOYjdZklxZ5CAA=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down
Loading

0 comments on commit 8d886c3

Please sign in to comment.