From ab4026d49e3ad710139caa1162697bcda21cebd5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 5 Apr 2023 02:13:12 +0300 Subject: [PATCH] dev: relocate assertions to modules --- {lib => modules}/assertions.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename {lib => modules}/assertions.nix (81%) diff --git a/lib/assertions.nix b/modules/assertions.nix similarity index 81% rename from lib/assertions.nix rename to modules/assertions.nix index 66e0317..739099f 100644 --- a/lib/assertions.nix +++ b/modules/assertions.nix @@ -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)