mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
top-level: fix nix-shell eval w/nixUnstable
For a full description of the underlying issue please read https://github.com/NixOS/nix/issues/4003
This commit is contained in:
parent
e0759a4973
commit
fa6064ad86
@ -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 New Issue
Block a user