mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
stdenv: remove lib
This commit is contained in:
parent
dd51c8eb0e
commit
d2c9f816e3
@ -159,13 +159,6 @@ let
|
||||
inherit lib config stdenv;
|
||||
}) mkDerivation;
|
||||
|
||||
# Slated for removal in 21.11
|
||||
lib = if config.allowAliases or true then builtins.trace
|
||||
( "Warning: `stdenv.lib` is deprecated and will be removed in the next release."
|
||||
+ " Please use `lib` instead."
|
||||
+ " For more information see https://github.com/NixOS/nixpkgs/issues/108938")
|
||||
lib else throw "`stdenv.lib` is a deprecated alias for `lib`";
|
||||
|
||||
inherit fetchurlBoot;
|
||||
|
||||
inherit overrides;
|
||||
|
Loading…
Reference in New Issue
Block a user