Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15543,6 +15543,12 @@ githubId = 6391601; name = "Roger Mason"; }; sputn1ck = { email = "kon@kon.ninja"; github = "sputn1ck"; githubId = 8904314; name = "Konstantin Nick"; }; squalus = { email = "squalus@squalus.net"; github = "squalus"; Loading pkgs/applications/blockchains/aperture/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { buildGoModule , fetchFromGitHub , lib }: buildGoModule rec { pname = "aperture"; version = "0.2-beta"; src = fetchFromGitHub { owner = "lightninglabs"; repo = "aperture"; rev = "v${version}"; hash = "sha256-l1fpjCAg+1PGNotKrjFLoYOMEzRNXC1mfdjRPfE0DsY="; }; vendorHash = "sha256-tWFFmRSDUZXijAUTgR8k4EERHwIEBOyZZZ9BGXso/tU="; subPackages = [ "cmd/aperture" ]; meta = with lib; { description = "L402 (Lightning HTTP 402) Reverse Proxy"; homepage = "https://github.com/lightninglabs/aperture"; license = licenses.mit; maintainers = with maintainers; [ sputn1ck ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -36389,6 +36389,8 @@ with pkgs; withGui = false; }; aperture = callPackage ../applications/blockchains/aperture { }; balanceofsatoshis = nodePackages.balanceofsatoshis; bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin { Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15543,6 +15543,12 @@ githubId = 6391601; name = "Roger Mason"; }; sputn1ck = { email = "kon@kon.ninja"; github = "sputn1ck"; githubId = 8904314; name = "Konstantin Nick"; }; squalus = { email = "squalus@squalus.net"; github = "squalus"; Loading
pkgs/applications/blockchains/aperture/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { buildGoModule , fetchFromGitHub , lib }: buildGoModule rec { pname = "aperture"; version = "0.2-beta"; src = fetchFromGitHub { owner = "lightninglabs"; repo = "aperture"; rev = "v${version}"; hash = "sha256-l1fpjCAg+1PGNotKrjFLoYOMEzRNXC1mfdjRPfE0DsY="; }; vendorHash = "sha256-tWFFmRSDUZXijAUTgR8k4EERHwIEBOyZZZ9BGXso/tU="; subPackages = [ "cmd/aperture" ]; meta = with lib; { description = "L402 (Lightning HTTP 402) Reverse Proxy"; homepage = "https://github.com/lightninglabs/aperture"; license = licenses.mit; maintainers = with maintainers; [ sputn1ck ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -36389,6 +36389,8 @@ with pkgs; withGui = false; }; aperture = callPackage ../applications/blockchains/aperture { }; balanceofsatoshis = nodePackages.balanceofsatoshis; bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin {