From f65aa4a718e2549c8c6e6251b35793bd427fb6f3 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Sat, 11 May 2024 20:16:45 +1000 Subject: [PATCH] Remove stale comment --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5dad4f8..1c6b003 100644 --- a/flake.nix +++ b/flake.nix @@ -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;