drop emacs
looks like nixos-24.11-small actually doesn't include emacs, so we sometimes end up building this in our CI. Since we no longer have any emacs user in the team, we can drop it.
Jörg Thalheim committed
Mar 7, 2025 at 13:56 UTC
a6e01520a8714ee6815d0bddd5d5b13a0def3252
2 files changed
-2
build/common.nix
-1
@@ -36,7 +36,6 @@
36
sqlite-interactive
37
38
# editors
39
- emacs
39
helix
40
neovim
41
modules/common.nix
-1
@@ -22,7 +22,6 @@ with lib;
22
};
23
24
environment.systemPackages = [
25
- pkgs.emacs
25
pkgs.git
26
pkgs.gdb
27