summary refs log tree commit diff
path: root/pkgs/top-level/impure.nix
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2020-10-01 11:21:06 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2020-10-01 11:21:06 -0700
commitd91cab87b14b0d3034ecadb4665d0fe6f723acfc (patch)
tree915895605e6a0a88f2b87dd795fe0b7335d3c890 /pkgs/top-level/impure.nix
parente7fe577d9803885d1191c6612b95c246cb605dde (diff)
downloadnixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.tar
nixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.tar.gz
nixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.tar.bz2
nixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.tar.lz
nixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.tar.xz
nixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.tar.zst
nixpkgs-d91cab87b14b0d3034ecadb4665d0fe6f723acfc.zip
Revert "top-level: fix nix-shell eval w/nixUnstable"
This reverts commit fa6064ad86a020f52a75219bff044714f2a9ebbd.
Diffstat (limited to 'pkgs/top-level/impure.nix')
-rw-r--r--pkgs/top-level/impure.nix2
1 files changed, 1 insertions, 1 deletions
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.