Skip to content

Commit a6e0152

Browse files
committed
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.
1 parent f2ddc95 commit a6e0152

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/common.nix

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
sqlite-interactive
3737

3838
# editors
39-
emacs
4039
helix
4140
neovim
4241

modules/common.nix

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ with lib;
2222
};
2323

2424
environment.systemPackages = [
25-
pkgs.emacs
2625
pkgs.git
2726
pkgs.gdb
2827

0 commit comments

Comments
 (0)