From 0356a66cd669eb413d70128754cba297b2297d8f Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 21 Nov 2025 11:41:25 +0000 Subject: [PATCH] flake: remove lib..helpers Remove the deprecated .lib..helpers output, deprecated in d39a09d05dd4649ea8bf8520296aeef0740276df --- flake/lib.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake/lib.nix b/flake/lib.nix index 34067250fa..a6de7c5ad7 100644 --- a/flake/lib.nix +++ b/flake/lib.nix @@ -32,9 +32,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; } ) );