flake: remove lib.<system>.helpers

Remove the deprecated <flake>.lib.<system>.helpers output, deprecated in
d39a09d05d
This commit is contained in:
Matt Sturgeon
2025-12-03 10:34:03 +00:00
committed by Gaétan Lepage
parent 51daa6bf06
commit 60817987a7
-3
View File
@@ -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: `<nixvim>.lib.${system}.helpers` has been moved to `<nixvim>.lib.nixvim` and no longer depends on a specific system" self.lib.nixvim;
}
)
);