taler-waller-core: clean up nodeSources (#531025)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-12 13:28:18 +00:00 committed by GitHub
commit 37f1e10470
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,9 +17,7 @@
zip,
}:
let
nodeSources = (srcOnly nodejs-slim_24).overrideAttrs {
outputChecks = { };
};
nodeSources = srcOnly nodejs-slim_24;
pnpm' = pnpm_11.override { nodejs-slim = nodejs-slim_24; };
esbuild' = esbuild.override {
buildGoModule =