summary refs log tree commit diff
path: root/pkgs/tools/system/tre-command/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/tre-command/default.nix')
-rw-r--r--pkgs/tools/system/tre-command/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/tre-command/default.nix b/pkgs/tools/system/tre-command/default.nix
index 5a2ad41c744..638caa3c62b 100644
--- a/pkgs/tools/system/tre-command/default.nix
+++ b/pkgs/tools/system/tre-command/default.nix
@@ -1,4 +1,4 @@
-{ rustPlatform, fetchFromGitHub, lib, stdenv, installShellFiles }:
+{ rustPlatform, fetchFromGitHub, lib, installShellFiles }:
 
 rustPlatform.buildRustPackage rec {
   pname = "tre-command";