summary refs log tree commit diff
path: root/pkgs/tools/misc/zsh-autoenv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/zsh-autoenv/default.nix')
-rw-r--r--pkgs/tools/misc/zsh-autoenv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/zsh-autoenv/default.nix b/pkgs/tools/misc/zsh-autoenv/default.nix
index 72aa2d77bc3..61589345d70 100644
--- a/pkgs/tools/misc/zsh-autoenv/default.nix
+++ b/pkgs/tools/misc/zsh-autoenv/default.nix
@@ -35,6 +35,6 @@ stdenv.mkDerivation {
       variables (overwriting and restoring).
     '';
     homepage = "https://github.com/Tarrasch/zsh-autoenv";
-    platforms = stdenv.lib.platforms.all;
+    platforms = lib.platforms.all;
   };
 }