about summary refs log tree commit diff
path: root/pkgs/servers/tarssh
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-17 16:27:54 -0400
committerfigsoda <figsoda@pm.me>2023-04-17 16:33:08 -0400
commit38401aed72cb7f57046ebe9a9529adcd7affe190 (patch)
tree2bf8a57407a3a547a3943b333dfd25ae4cfbe04e /pkgs/servers/tarssh
parent10d74285cd3bdbc1f93c8efc8ebe3a153d58f745 (diff)
treewide: remove file-wide `with rustPlatform;`s
Diffstat (limited to 'pkgs/servers/tarssh')
-rw-r--r--pkgs/servers/tarssh/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/servers/tarssh/default.nix b/pkgs/servers/tarssh/default.nix
index 446e187e467a3..051ebe964ee24 100644
--- a/pkgs/servers/tarssh/default.nix
+++ b/pkgs/servers/tarssh/default.nix
@@ -1,8 +1,6 @@
 { fetchFromGitHub, rustPlatform, lib }:
 
-with rustPlatform;
-
-buildRustPackage rec {
+rustPlatform.buildRustPackage rec {
   pname = "tarssh";
   version = "0.7.0";