Loading maintainers/maintainer-list.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2986,6 +2986,14 @@ githubId = 184563; name = "Bruno Paz"; }; brsvh = { email = "bsc@brsvh.org"; github = "brsvh"; githubId = 63050399; keys = [ { fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218"; } ]; matrix = "@brsvh:mozilla.org"; name = "Burgess Chang"; }; bryanasdev000 = { email = "bryanasdev000@gmail.com"; matrix = "@bryanasdev000:matrix.org"; Loading pkgs/by-name/pa/parinfer-rust-emacs/package.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { fetchFromGitHub, lib, llvmPackages, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "parinfer-rust-emacs"; version = "0.4.6"; src = fetchFromGitHub { owner = "justinbarclay"; repo = "parinfer-rust-emacs"; rev = "v${version}"; hash = "sha256-SNs/75beomxvexfE4+3v/l9Xl5w5SY0EWcORHvRitOw="; }; cargoHash = "sha256-LmfcY9iR7BGh3dF/raSZTIwburtaQRI3I3XvOZG343M="; meta = with lib; { description = "An emacs centric fork of parinfer-rust"; mainProgram = "parinfer-rust"; homepage = "https://github.com/justinbarclay/parinfer-rust-emacs"; license = licenses.isc; maintainers = with maintainers; [ brsvh ]; }; } Loading
maintainers/maintainer-list.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2986,6 +2986,14 @@ githubId = 184563; name = "Bruno Paz"; }; brsvh = { email = "bsc@brsvh.org"; github = "brsvh"; githubId = 63050399; keys = [ { fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218"; } ]; matrix = "@brsvh:mozilla.org"; name = "Burgess Chang"; }; bryanasdev000 = { email = "bryanasdev000@gmail.com"; matrix = "@bryanasdev000:matrix.org"; Loading
pkgs/by-name/pa/parinfer-rust-emacs/package.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { fetchFromGitHub, lib, llvmPackages, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "parinfer-rust-emacs"; version = "0.4.6"; src = fetchFromGitHub { owner = "justinbarclay"; repo = "parinfer-rust-emacs"; rev = "v${version}"; hash = "sha256-SNs/75beomxvexfE4+3v/l9Xl5w5SY0EWcORHvRitOw="; }; cargoHash = "sha256-LmfcY9iR7BGh3dF/raSZTIwburtaQRI3I3XvOZG343M="; meta = with lib; { description = "An emacs centric fork of parinfer-rust"; mainProgram = "parinfer-rust"; homepage = "https://github.com/justinbarclay/parinfer-rust-emacs"; license = licenses.isc; maintainers = with maintainers; [ brsvh ]; }; }