iroh-ssh: fix eval

This commit is contained in:
r-vdp
2026-03-08 16:57:28 +01:00
parent 18344eb7fd
commit cb7f0597e7
+2 -7
View File
@@ -1,9 +1,7 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
autoAddDriverRunpath,
installShellFiles,
writableTmpDirAsHomeHook,
versionCheckHook,
@@ -24,7 +22,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-KZu4HA5E9R4sdBW5cdhyA5E2bo2YN2TPSKDlJuzDGnU=";
nativeBuildInputs = [
autoAddDriverRunpath
installShellFiles
];
@@ -41,12 +38,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
meta = {
description = "ssh without ip";
description = "SSH to any machine without IP";
homepage = "https://github.com/rustonbsd/iroh-ssh";
maintainers = "LukeDSchenk";
maintainers = with lib.maintainers; [ luke ];
license = lib.licenses.mit;
mainProgram = "iroh-ssh";
};
})