Remove stale comment

This commit is contained in:
Marien Zwart 2024-05-11 20:16:45 +10:00
parent 310cadf813
commit f65aa4a718
No known key found for this signature in database

View file

@ -54,9 +54,6 @@
};
mkDoom = args: (pkgs.callPackages self (common // args)).doomEmacs;
in {
# Current Doom + NixOS 23.11 requires emacs-overlay: Doom pins
# emacs-fish-completion, which moved from gitlab to github recently
# enough stable nixpkgs pulls it from the wrong source.
doom-minimal = mkDoom { doomDir = ./doomdirs/minimal; };
doom-full = mkDoom {
full = true;