Merge pull request #230867 from alyssais/args.rust

lib.systems: remove (accidental?) rust/rustc alias
This commit is contained in:
John Ericson 2023-05-09 22:41:58 -04:00 committed by GitHub
commit 12ba1a5f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ rec {
({
linux-kernel = args.linux-kernel or {};
gcc = args.gcc or {};
rustc = args.rust or {};
rustc = args.rustc or {};
} // platforms.select final)
linux-kernel gcc rustc;