From 5b278c2f48cc136cb8f383e133729a69e84a594a Mon Sep 17 00:00:00 2001 From: Edmund Wu Date: Sat, 6 Feb 2021 22:15:00 -0500 Subject: stdenv/generic: allowAlises -> allowAliases --- pkgs/stdenv/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/stdenv') diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix index 139c9212b584..6203e8a87081 100644 --- a/pkgs/stdenv/generic/default.nix +++ b/pkgs/stdenv/generic/default.nix @@ -153,7 +153,7 @@ let }) mkDerivation; # Slated for deprecation in 21.11 - lib = if config.allowAlises then builtins.trace + lib = if config.allowAliases then builtins.trace ( "Warning: `stdenv.lib` is deprecated and will be removed in the next release." + " Please use `pkgs.lib` instead." + " For more information see https://github.com/NixOS/nixpkgs/issues/108938") -- cgit 1.4.1