3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/lib/systems
Alyssa Ross 91488fb6db
lib.systems: remove (accidental?) rust/rustc alias
I imagine this was supposed to be rustc = args.rustc, like the other
two lines.  This meant that we accepted both rust and rustc
attributes, with the same effect.  I doubt anybody was using the
undocumented, probably-accidental "rust" spelling, but we should
remove it before somebody starts.

In fact, we don't need to set rustc here at all, because no value
platforms.select could return will ever include a rustc key (unlike
the other two), so then rustc will be filled in later, when args is
merged into final.
2023-05-09 17:49:05 +00:00
..
architectures.nix
default.nix lib.systems: remove (accidental?) rust/rustc alias 2023-05-09 17:49:05 +00:00
doubles.nix
examples.nix lib/systems: move loongarch64-linux out of mips block 2023-05-04 09:52:01 +03:00
flake-systems.nix
inspect.nix Merge pull request #227560 from jackyliu16/loongnix-commit 2023-04-28 13:21:42 +03:00
parse.nix
platforms.nix