fix: warnings and update zen

This commit is contained in:
2025-12-15 12:32:42 -05:00
parent 53142c9e02
commit b713f0f3d9
7 changed files with 48 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
src = pkgs.fetchgit {
url = "https://git.koon.us/max/money.git";
hash = "sha256-HG7R/rv6H7jIBp0qK3azy1x1myjOBJCQqI+K0ydztKs=";
hash = "sha256-TPUeYuffR8U0M3Wnc3yGmqDhEjWIhRRFaKDkhTBsNG8=";
};
expoWeb = pkgs.stdenv.mkDerivation (finalAttrs: {
@@ -151,6 +151,7 @@
DEBUG = "*";
NODE_OPTIONS = "--trace-warnings --trace-uncaught";
OAUTH_DISCOVERY_URL = "https://auth.koon.us/.well-known/openid-configuration";
PLAID_ENV = "production";
};
serviceConfig = {