From 15e07bd8205e174b42acb8db510246be6fa738ed Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 4 Nov 2024 00:35:11 +0000 Subject: [PATCH] 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`. --- pkgs/applications/editors/emacs/elisp-packages/updater-emacs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/elisp-packages/updater-emacs.nix b/pkgs/applications/editors/emacs/elisp-packages/updater-emacs.nix index f527e64f0885..824567318f22 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/updater-emacs.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/updater-emacs.nix @@ -36,7 +36,6 @@ let in pkgs.mkShell { packages = [ pkgs.git - pkgs.nix pkgs.bash pkgs.nix-prefetch-git pkgs.nix-prefetch-hg