top-level: ignore unexpected args
This fixes both `nix-shell` failing to eval with `nixUnstable`, as well as ofborg's failure to eval on aarch64 due to passing an "unexpected arg" (https://github.com/NixOS/ofborg/blob/1112e3a8c8621203fae71283d700e0383b5e1e80/ofborg/src/nix.rs#L334-L340).
This commit is contained in:
@@ -38,6 +38,9 @@
|
|||||||
# environment. See below for the arguments given to that function, the type of
|
# environment. See below for the arguments given to that function, the type of
|
||||||
# list it returns.
|
# list it returns.
|
||||||
stdenvStages ? import ../stdenv
|
stdenvStages ? import ../stdenv
|
||||||
|
|
||||||
|
, # Ignore unexpected args.
|
||||||
|
...
|
||||||
} @ args:
|
} @ args:
|
||||||
|
|
||||||
let # Rename the function arguments
|
let # Rename the function arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user