fix missing clightning-sane/default.nix file

This commit is contained in:
2024-07-07 08:24:56 +00:00
parent 49c3bf0f34
commit 8d8f19752f

View File

@@ -0,0 +1,6 @@
{ static-nix-shell }:
static-nix-shell.mkPython3 {
pname = "clightning-sane";
srcRoot = ./.;
pkgs = [ "pyln-client" ];
}