mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
stdenv/generic: allowAlises -> allowAliases
This commit is contained in:
parent
b22a1c44ba
commit
5b278c2f48
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user