Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -11677,6 +11677,12 @@ fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E"; }]; }; pinkcreeper100 = { email = "benmoreosm@gmail.com"; github = "pinkcreeper100"; githubId = 35699052; name = "Oliver Samuel Morris"; }; pinpox = { email = "mail@pablo.tools"; github = "pinpox"; Loading pkgs/applications/misc/findex/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, pkg-config, keybinder3, gtk3 }: rustPlatform.buildRustPackage rec { pname = "findex"; version = "0.7.1"; src = fetchFromGitHub { owner = "mdgaziur"; repo = pname; rev = "v${version}"; hash = "sha256-KaT6lEbrUelv/f9bIBW4bSCuExFu4b7XI7hcrO4mD0M="; }; cargoHash = "sha256-7A+EF88DJrgsKPOJt2xaBnWSMkyhpFImyZmnHcyp+Dw="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ gtk3 keybinder3 ]; meta = with lib; { description = "Highly customizable application finder written in Rust and uses Gtk3"; homepage = "https://github.com/mdgaziur/findex"; license = licenses.gpl3Only; platforms = platforms.linux; maintainers = [ maintainers.pinkcreeper100 ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7355,6 +7355,8 @@ with pkgs; filet = callPackage ../applications/misc/filet { }; findex = callPackage ../applications/misc/findex { }; findomain = callPackage ../tools/networking/findomain { inherit (darwin.apple_sdk.frameworks) Security; }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -11677,6 +11677,12 @@ fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E"; }]; }; pinkcreeper100 = { email = "benmoreosm@gmail.com"; github = "pinkcreeper100"; githubId = 35699052; name = "Oliver Samuel Morris"; }; pinpox = { email = "mail@pablo.tools"; github = "pinpox"; Loading
pkgs/applications/misc/findex/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, pkg-config, keybinder3, gtk3 }: rustPlatform.buildRustPackage rec { pname = "findex"; version = "0.7.1"; src = fetchFromGitHub { owner = "mdgaziur"; repo = pname; rev = "v${version}"; hash = "sha256-KaT6lEbrUelv/f9bIBW4bSCuExFu4b7XI7hcrO4mD0M="; }; cargoHash = "sha256-7A+EF88DJrgsKPOJt2xaBnWSMkyhpFImyZmnHcyp+Dw="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ gtk3 keybinder3 ]; meta = with lib; { description = "Highly customizable application finder written in Rust and uses Gtk3"; homepage = "https://github.com/mdgaziur/findex"; license = licenses.gpl3Only; platforms = platforms.linux; maintainers = [ maintainers.pinkcreeper100 ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7355,6 +7355,8 @@ with pkgs; filet = callPackage ../applications/misc/filet { }; findex = callPackage ../applications/misc/findex { }; findomain = callPackage ../tools/networking/findomain { inherit (darwin.apple_sdk.frameworks) Security; };