From d91cab87b14b0d3034ecadb4665d0fe6f723acfc Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 1 Oct 2020 11:21:06 -0700 Subject: [PATCH] Revert "top-level: fix nix-shell eval w/nixUnstable" This reverts commit fa6064ad86a020f52a75219bff044714f2a9ebbd. --- pkgs/top-level/impure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/impure.nix b/pkgs/top-level/impure.nix index 88440f711d3..3ba6c08a140 100644 --- a/pkgs/top-level/impure.nix +++ b/pkgs/top-level/impure.nix @@ -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.