Skip to content

Commit

Permalink
fix(app): use patched dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jun 8, 2024
1 parent 27d9a2c commit 8f4cc6f
Show file tree
Hide file tree
Showing 3 changed files with 969 additions and 245 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-QtMDHSOkC3oE6ZawULPoira1i0dZ8U+SDYzIv1mcTvo=";
npmDepsHash = "sha256-4Q/0vVa26F8NnFvPbZr/ewCXZlhHdQ7gkjKTB8Hg9WQ=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down
Loading

0 comments on commit 8f4cc6f

Please sign in to comment.