Loading pkgs/tools/networking/termscp/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ Foundation, Security, samba, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -56,6 +57,10 @@ rustPlatform.buildRustPackage rec { # Requires network access doCheck = false; passthru = { updateScript = nix-update-script { }; }; meta = { changelog = "https://github.com/veeso/termscp/blob/v${version}/CHANGELOG.md"; description = "Feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB"; Loading Loading
pkgs/tools/networking/termscp/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ Foundation, Security, samba, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -56,6 +57,10 @@ rustPlatform.buildRustPackage rec { # Requires network access doCheck = false; passthru = { updateScript = nix-update-script { }; }; meta = { changelog = "https://github.com/veeso/termscp/blob/v${version}/CHANGELOG.md"; description = "Feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB"; Loading