emacsPackages: Don't add nix to melpa updater shell

Nix 2.24 has regressions stopping the Melpa updater from working.
We already know the host has Nix installed, and is hopefully less broken than `pkgs.nix`.
This commit is contained in:
adisbladis
2024-11-04 06:37:27 +00:00
parent ce92a3fe85
commit 15e07bd820
@@ -36,7 +36,6 @@ let
in pkgs.mkShell {
packages = [
pkgs.git
pkgs.nix
pkgs.bash
pkgs.nix-prefetch-git
pkgs.nix-prefetch-hg