mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00: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,
|
config,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
|
@ -10,7 +9,7 @@ in {
|
||||||
assertions = mkMerge [
|
assertions = mkMerge [
|
||||||
{
|
{
|
||||||
assertion = cfg.kommentary.enable;
|
assertion = cfg.kommentary.enable;
|
||||||
message = "Kommentary has been deprecated in favor";
|
message = "Kommentary has been deprecated in favor of comments-nvim";
|
||||||
}
|
}
|
||||||
mkIf
|
mkIf
|
||||||
(config.programs.neovim-flake.enable)
|
(config.programs.neovim-flake.enable)
|
Loading…
Reference in a new issue