Loading pkgs/by-name/ss/ssh-tools/package.nix +6 −2 Original line number Diff line number Diff line { lib, bash, buildGoModule, fetchFromGitea, installShellFiles, Loading @@ -14,7 +15,7 @@ buildGoModule rec { domain = "codeberg.org"; owner = "vaporup"; repo = "ssh-tools"; rev = "v${version}"; tag = "v${version}"; hash = "sha256-ZMjpc2zjvuLJES5ixEHvo7oAx1JGzy60LzN09Ykn/54="; }; Loading @@ -27,7 +28,10 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; buildInputs = [ perl ]; buildInputs = [ bash perl ]; postInstall = '' install cmd/{bash,perl}/ssh-*/ssh-* -t $out/bin Loading Loading
pkgs/by-name/ss/ssh-tools/package.nix +6 −2 Original line number Diff line number Diff line { lib, bash, buildGoModule, fetchFromGitea, installShellFiles, Loading @@ -14,7 +15,7 @@ buildGoModule rec { domain = "codeberg.org"; owner = "vaporup"; repo = "ssh-tools"; rev = "v${version}"; tag = "v${version}"; hash = "sha256-ZMjpc2zjvuLJES5ixEHvo7oAx1JGzy60LzN09Ykn/54="; }; Loading @@ -27,7 +28,10 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; buildInputs = [ perl ]; buildInputs = [ bash perl ]; postInstall = '' install cmd/{bash,perl}/ssh-*/ssh-* -t $out/bin Loading