Skip to content

Commit

Permalink
fix(app): remove v0 api dependency (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlp authored Oct 21, 2024
2 parents 3027e5f + 9b7d07b commit 3c55d43
Show file tree
Hide file tree
Showing 4 changed files with 1,113 additions and 991 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _: {
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-DD7rjuzM5RSfubkK8hNH3qKAmEf3oy1e7hyR3gi9Kb0=";
npmDepsHash = "sha256-yrqA4Qp7iiGvSo/Xk0G5adXdVqgK8nGYGdXtvLp7EPk=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--enable-pre-post-scripts" ];
Expand Down
Loading

0 comments on commit 3c55d43

Please sign in to comment.