pkgs: add fetch-node-modules

This commit is contained in:
Erik Arvstedt 2022-08-21 14:41:36 +02:00
parent b214018c29
commit e63dafe0f7
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 83 additions and 1 deletions

View file

@ -25,6 +25,8 @@ let self = {
packageOverrides = import ./python-packages self;
}).pkgs;
fetchNodeModules = pkgs.callPackage ./build-support/fetch-node-modules.nix { };
# Fix clightning build by using python package mistune 0.8.4, which is a
# strict requirement. This version is affected by CVE-2022-34749, but this
# is irrelevant in this context.