mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +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.
|
# not be passed.
|
||||||
assert args ? localSystem -> !(args ? system || args ? platform);
|
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;
|
inherit config overlays crossSystem crossOverlays;
|
||||||
# Fallback: Assume we are building packages on the current (build, in GNU
|
# Fallback: Assume we are building packages on the current (build, in GNU
|
||||||
# Autotools parlance) system.
|
# Autotools parlance) system.
|
||||||
|
Loading…
Reference in New Issue
Block a user