Merge pull request #230867 from alyssais/args.rust
lib.systems: remove (accidental?) rust/rustc alias
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user