prefetch-npm-deps override does not work correctly on 23.11, causing rebuilds #24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The code added in commit
04186bcae3
which conditionally overrides the arguments toprefetch-npm-deps
does not work on nixos-23.11.This appears to be because
pkgs.callPackages
(howprefetch-npm-deps
appears in all-packages.nix) did not propagate the function arguments correctly until nixpkgs commit 741377, which appears to not have been backported to 23.11.My solution was just to force the override in an overlay myself, though this is not optimal.
what the heck, we collectively tested this change when i committed it. will look into it later today.
This should be fixed by
7e8a5498db
- could you check?Yep, fixed.