Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

This reverts commit fa6064ad86a020f52a75219bff044714f2a9ebbd.

(cherry picked from commit d91cab87b14b0d3034ecadb4665d0fe6f723acfc)

+1 -1
+1 -1
pkgs/top-level/impure.nix
··· 81 81 # not be passed. 82 82 assert args ? localSystem -> !(args ? system || args ? platform); 83 83 84 - import ./. (builtins.removeAttrs args [ "system" "platform" "inNixShell" ] // { 84 + import ./. (builtins.removeAttrs args [ "system" "platform" ] // { 85 85 inherit config overlays crossSystem crossOverlays; 86 86 # Fallback: Assume we are building packages on the current (build, in GNU 87 87 # Autotools parlance) system.