mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
Inspired by `home.version` and `home.enableNixpkgsReleaseCheck` in Home Manager. Print a warning when `lib` or `pkgs` are from a different release to Nixvim.
10 lines
117 B
Nix
10 lines
117 B
Nix
{
|
|
imports = [
|
|
./assertions.nix
|
|
./context.nix
|
|
./meta.nix
|
|
./nixvim-info.nix
|
|
./version.nix
|
|
];
|
|
}
|