From 6a7941fc74766418c97da9cc4cd42359bb23147b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 12 May 2026 17:50:12 +0300 Subject: [PATCH] nix: add homepackage to meta field Signed-off-by: NotAShelf Change-Id: I96860986c48f60bdb8e8e67d589fa3576a6a6964 --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 84e6bfa..a22bb0e 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -39,7 +39,6 @@ rustPlatform.buildRustPackage (finalAttrs: { doInstallCheck = true; strictDeps = true; - nativeBuildInputs = [installShellFiles]; postInstall = '' @@ -58,6 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Ergonomic Nix CLI helper"; + homepage = "https://github.com/notashelf/eh"; maintainers = with lib.maintainers; [NotAShelf]; license = lib.licenses.mpl20; mainProgram = "eh";