From 204329b9da7c2246d40be4ecd8937429ae11399d Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 2 Mar 2025 03:06:16 -0600 Subject: [PATCH] Let's rename this, to be more descriptive --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e3d2514..5c6c27e 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ }; devShells."${system}" = { - default = pkgs.mkShell { + emacs-devel = pkgs.mkShell { # packages = with pkgs; [mps-debug]; # nativeBuildInputs = with pkgs; [ mps-debug ] ++ pkgs.emacs.nativeBuildInputs; # buildInputs = pkgs.emacs.buildInputs;