Closed jtojnar closed 2 years ago
It was renamed in https://github.com/NixOS/nixpkgs/commit/100061531363d2b780baaedf07588adfad2c2148 and the old name was moved to aliases in https://github.com/NixOS/nixpkgs/commit/9378fdf87e0626e8c63a90a378c38444ff54808b.
Using an alias breaks system evaluation with nixpkgs.config.allowAliases = false.
nixpkgs.config.allowAliases = false
Merged, thanks!
It was renamed in https://github.com/NixOS/nixpkgs/commit/100061531363d2b780baaedf07588adfad2c2148 and the old name was moved to aliases in https://github.com/NixOS/nixpkgs/commit/9378fdf87e0626e8c63a90a378c38444ff54808b.
Using an alias breaks system evaluation with
nixpkgs.config.allowAliases = false
.