about summary refs log tree commit diff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-10-22 18:41:06 +0100
committerYt <happysalada@tuta.io>2023-10-23 12:39:21 +0000
commit12a2774096e81b39981023a7a6e1f405fc59fb75 (patch)
tree1043e7d334cd63fb62e747b6c045520f4523c91d /pkgs/shells/nushell
parentcee03e7670305dac6e28b815f01095adc4a62057 (diff)
nushellPlugins.regex: remove unused arg
Diffstat (limited to 'pkgs/shells/nushell')
-rw-r--r--pkgs/shells/nushell/plugins/regex.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/shells/nushell/plugins/regex.nix b/pkgs/shells/nushell/plugins/regex.nix
index 457c7170a5b3e..24cffddc27c2a 100644
--- a/pkgs/shells/nushell/plugins/regex.nix
+++ b/pkgs/shells/nushell/plugins/regex.nix
@@ -1,5 +1,4 @@
-{ stdenv
-, lib
+{ lib
 , rustPlatform
 , fetchFromGitHub
 , nix-update-script