Commit 15e07bd8 authored by adisbladis's avatar adisbladis
Browse files

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`.
parent ce92a3fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ let
in pkgs.mkShell {
  packages = [
    pkgs.git
    pkgs.nix
    pkgs.bash
    pkgs.nix-prefetch-git
    pkgs.nix-prefetch-hg