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";