mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
taler-waller-core: clean up nodeSources (#531025)
This commit is contained in:
commit
37f1e10470
1 changed files with 1 additions and 3 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue