Revert "top-level: fix nix-shell eval w/nixUnstable"

This reverts commit fa6064ad86.
gstqt5
Cole Helbling 2020-10-01 11:21:06 -07:00
parent e7fe577d98
commit d91cab87b1
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ in
# not be passed.
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;
# Fallback: Assume we are building packages on the current (build, in GNU
# Autotools parlance) system.