Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7914,6 +7914,12 @@ githubId = 2469618; name = "Junji Hashimoto"; }; jurraca = { email = "julienu@pm.me"; github = "jurraca"; githubId = 5124422; name = "Julien Urraca"; }; justinas = { email = "justinas@justinas.org"; github = "justinas"; Loading pkgs/servers/nostr-rs-relay/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , openssl , pkg-config , libiconv , darwin , protobuf }: rustPlatform.buildRustPackage rec { pname = "nostr-rs-relay"; version = "0.8.9"; src = fetchFromGitHub { owner = "scsibug"; repo = "nostr-rs-relay"; rev = version; hash = "sha256-x5y/d76Qel8FMIlUn8NdwihWebJsNIt2it2vs/Xlk0Q="; }; cargoHash = "sha256-1wgBABgcogHCk183AaTwbbSGk8d8FvlZYvw1//5y93I="; buildInputs = [ openssl.dev ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; nativeBuildInputs = [ pkg-config # for openssl protobuf ]; meta = with lib; { description = "Nostr relay written in Rust"; homepage = "https://sr.ht/~gheartsfield/nostr-rs-relay/"; changelog = "https://github.com/scsibug/nostr-rs-relay/releases/tag/${version}"; maintainers = with maintainers; [ jurraca ]; license = licenses.mit; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5489,6 +5489,8 @@ with pkgs; nixpkgs-pytools = with python3.pkgs; toPythonApplication nixpkgs-pytools; nostr-rs-relay = callPackage ../servers/nostr-rs-relay { }; notemap = callPackage ../tools/networking/notemap { }; noteshrink = callPackage ../tools/misc/noteshrink { }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7914,6 +7914,12 @@ githubId = 2469618; name = "Junji Hashimoto"; }; jurraca = { email = "julienu@pm.me"; github = "jurraca"; githubId = 5124422; name = "Julien Urraca"; }; justinas = { email = "justinas@justinas.org"; github = "justinas"; Loading
pkgs/servers/nostr-rs-relay/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , openssl , pkg-config , libiconv , darwin , protobuf }: rustPlatform.buildRustPackage rec { pname = "nostr-rs-relay"; version = "0.8.9"; src = fetchFromGitHub { owner = "scsibug"; repo = "nostr-rs-relay"; rev = version; hash = "sha256-x5y/d76Qel8FMIlUn8NdwihWebJsNIt2it2vs/Xlk0Q="; }; cargoHash = "sha256-1wgBABgcogHCk183AaTwbbSGk8d8FvlZYvw1//5y93I="; buildInputs = [ openssl.dev ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ]; nativeBuildInputs = [ pkg-config # for openssl protobuf ]; meta = with lib; { description = "Nostr relay written in Rust"; homepage = "https://sr.ht/~gheartsfield/nostr-rs-relay/"; changelog = "https://github.com/scsibug/nostr-rs-relay/releases/tag/${version}"; maintainers = with maintainers; [ jurraca ]; license = licenses.mit; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5489,6 +5489,8 @@ with pkgs; nixpkgs-pytools = with python3.pkgs; toPythonApplication nixpkgs-pytools; nostr-rs-relay = callPackage ../servers/nostr-rs-relay { }; notemap = callPackage ../tools/networking/notemap { }; noteshrink = callPackage ../tools/misc/noteshrink { };