diff --git a/flake/lib.nix b/flake/lib.nix index 06fdc323..2e00640f 100644 --- a/flake/lib.nix +++ b/flake/lib.nix @@ -27,9 +27,6 @@ check = pkgs.callPackage ../lib/tests.nix { inherit lib self system; }; - - # NOTE: no longer needs to be per-system - helpers = lib.warn "nixvim: `.lib.${system}.helpers` has been moved to `.lib.nixvim` and no longer depends on a specific system" self.lib.nixvim; } ) );