mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #97807 from Ma27/fix-nix-shell-eval
top-level: fix nix-shell eval w/nixUnstable
This commit is contained in:
commit
2a7e3bcefc
|
@ -81,7 +81,7 @@ in
|
|||
# not be passed.
|
||||
assert args ? localSystem -> !(args ? system || args ? platform);
|
||||
|
||||
import ./. (builtins.removeAttrs args [ "system" "platform" ] // {
|
||||
import ./. (builtins.removeAttrs args [ "system" "platform" "inNixShell" ] // {
|
||||
inherit config overlays crossSystem crossOverlays;
|
||||
# Fallback: Assume we are building packages on the current (build, in GNU
|
||||
# Autotools parlance) system.
|
||||
|
|
Loading…
Reference in a new issue