cl-rest: 0.7.2 -> 0.8.0
- Use `fetch-node-modules` - Only use nodejs-slim as a runtime dependency
This commit is contained in:
parent
617ed4c8e8
commit
53dd2a1ae2
6 changed files with 75 additions and 1543 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
}
|
||||
}:
|
||||
let self = {
|
||||
clightning-rest = pkgs.callPackage ./clightning-rest { };
|
||||
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
|
||||
clboss = pkgs.callPackage ./clboss { };
|
||||
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
|
||||
joinmarket = pkgs.callPackage ./joinmarket { nbPythonPackageOverrides = import ./python-packages self; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue