Assume emacs is Emacs 29

This commit is contained in:
Marien Zwart 2024-06-01 13:32:32 +10:00
parent 1ee01affd6
commit e7383f325f
No known key found for this signature in database
3 changed files with 0 additions and 11 deletions

View file

@ -13,7 +13,6 @@
# limitations under the License.
{
emacs29,
emptyDirectory,
lib,
linkFarm,
@ -29,8 +28,6 @@
let
inherit (lib.generators) toPretty;
common = {
# TODO: drop after NixOS 24.05 release.
emacs = emacs29;
doomLocalDir = "~/.local/share/nix-doom-unstraightened";
experimentalFetchTree = true;
};