summary refs log tree commit diff
path: root/pkgs/tools/nix/cached-nix-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/nix/cached-nix-shell/default.nix')
-rw-r--r--pkgs/tools/nix/cached-nix-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/nix/cached-nix-shell/default.nix b/pkgs/tools/nix/cached-nix-shell/default.nix
index b495a302618..853bf87346f 100644
--- a/pkgs/tools/nix/cached-nix-shell/default.nix
+++ b/pkgs/tools/nix/cached-nix-shell/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, openssl, pkg-config, ronn, rustPlatform }:
+{ lib, fetchFromGitHub, openssl, pkg-config, ronn, rustPlatform }:
 
 let
   blake3-src = fetchFromGitHub {