From 60817987a74445226d18dc58ea90afa20e3f265a 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 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; } ) );