Revert "top-level: fix nix-shell eval w/nixUnstable"
This reverts commit fa6064ad86a020f52a75219bff044714f2a9ebbd.
This commit is contained in:
parent
e7fe577d98
commit
d91cab87b1
@ -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" "inNixShell" ] // {
|
import ./. (builtins.removeAttrs args [ "system" "platform" ] // {
|
||||||
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…
x
Reference in New Issue
Block a user