cl-rest: rename pkg to clightning-rest
This commit is contained in:
parent
e31e5788b2
commit
c30aa33c15
@ -248,7 +248,7 @@ in {
|
|||||||
StateDirectory = "cl-rest";
|
StateDirectory = "cl-rest";
|
||||||
# cl-rest reads the config file from the working directory
|
# cl-rest reads the config file from the working directory
|
||||||
WorkingDirectory = cl-rest.dataDir;
|
WorkingDirectory = cl-rest.dataDir;
|
||||||
ExecStart = "${nbPkgs.cl-rest}/bin/cl-rest";
|
ExecStart = "${nbPkgs.clightning-rest}/bin/cl-rest";
|
||||||
# Show "cl-rest" instead of "node" in the journal
|
# Show "cl-rest" instead of "node" in the journal
|
||||||
SyslogIdentifier = "cl-rest";
|
SyslogIdentifier = "cl-rest";
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
|
@ -6,7 +6,7 @@ in
|
|||||||
, pkgsUnstable ? import nixpkgsPinned.nixpkgs-unstable { config = {}; overlays = []; }
|
, pkgsUnstable ? import nixpkgsPinned.nixpkgs-unstable { config = {}; overlays = []; }
|
||||||
}:
|
}:
|
||||||
let self = {
|
let self = {
|
||||||
cl-rest = pkgs.callPackage ./cl-rest { };
|
clightning-rest = pkgs.callPackage ./clightning-rest { };
|
||||||
clboss = pkgs.callPackage ./clboss { };
|
clboss = pkgs.callPackage ./clboss { };
|
||||||
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
|
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
|
||||||
joinmarket = pkgs.callPackage ./joinmarket { nbPythonPackageOverrides = import ./python-packages self; };
|
joinmarket = pkgs.callPackage ./joinmarket { nbPythonPackageOverrides = import ./python-packages self; };
|
||||||
|
Loading…
Reference in New Issue
Block a user