mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
dev: relocate assertions to modules
This commit is contained in:
parent
f22a06aa11
commit
ab4026d49e
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
|
@ -10,7 +9,7 @@ in {
|
|||
assertions = mkMerge [
|
||||
{
|
||||
assertion = cfg.kommentary.enable;
|
||||
message = "Kommentary has been deprecated in favor";
|
||||
message = "Kommentary has been deprecated in favor of comments-nvim";
|
||||
}
|
||||
mkIf
|
||||
(config.programs.neovim-flake.enable)
|
Loading…
Reference in a new issue