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:
@@ -36,7 +36,6 @@ let
|
||||
in pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.nix
|
||||
pkgs.bash
|
||||
pkgs.nix-prefetch-git
|
||||
pkgs.nix-prefetch-hg
|
||||
|
||||
Reference in New Issue
Block a user