Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17395,6 +17395,12 @@ github = "noaccOS"; githubId = 24324352; }; noahfraiture = { name = "Noahcode"; email = "pro@noahcode.dev"; github = "noahfraiture"; githubId = 94681915; }; noahgitsham = { name = "Noah Gitsham"; github = "noahgitsham"; Loading pkgs/by-name/fo/foodfetch/package.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, openssl, pkg-config, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "foodfetch"; version = "0.1.1"; src = fetchFromGitHub { owner = "noahfraiture"; repo = "foodfetch"; tag = "v${finalAttrs.version}"; hash = "sha256-TUgj3zS18lCtkyxYrG4f156YqFSCGXzfbK6b+Owacto="; }; useFetchCargoVendor = true; cargoHash = "sha256-ZPV6sDQHV+G0HxRAVlcilh4tCCQspTnxnH1aHxVP8tI="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; doInstallCheck = true; nativeInstallCheck = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/noahfraiture/foodfetch/releases/tag/v${finalAttrs.version}"; description = "Yet another fetch to quickly get recipes"; homepage = "https://github.com/noahfraiture/foodfetch"; license = lib.licenses.mit; mainProgram = "foodfetch"; maintainers = with lib.maintainers; [ noahfraiture ]; }; }) Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17395,6 +17395,12 @@ github = "noaccOS"; githubId = 24324352; }; noahfraiture = { name = "Noahcode"; email = "pro@noahcode.dev"; github = "noahfraiture"; githubId = 94681915; }; noahgitsham = { name = "Noah Gitsham"; github = "noahgitsham"; Loading
pkgs/by-name/fo/foodfetch/package.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, openssl, pkg-config, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "foodfetch"; version = "0.1.1"; src = fetchFromGitHub { owner = "noahfraiture"; repo = "foodfetch"; tag = "v${finalAttrs.version}"; hash = "sha256-TUgj3zS18lCtkyxYrG4f156YqFSCGXzfbK6b+Owacto="; }; useFetchCargoVendor = true; cargoHash = "sha256-ZPV6sDQHV+G0HxRAVlcilh4tCCQspTnxnH1aHxVP8tI="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; doInstallCheck = true; nativeInstallCheck = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/noahfraiture/foodfetch/releases/tag/v${finalAttrs.version}"; description = "Yet another fetch to quickly get recipes"; homepage = "https://github.com/noahfraiture/foodfetch"; license = lib.licenses.mit; mainProgram = "foodfetch"; maintainers = with lib.maintainers; [ noahfraiture ]; }; })