mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
flake: remove lib.<system>.helpers
Remove the deprecated <flake>.lib.<system>.helpers output, deprecated in
d39a09d05d
This commit is contained in:
committed by
Gaétan Lepage
parent
51daa6bf06
commit
60817987a7
@@ -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;
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user