Inspired by `home.version` and `home.enableNixpkgsReleaseCheck` in Home
Manager. Print a warning when `lib` or `pkgs` are from a different
release to Nixvim.
(cherry picked from commit b0f3a36596)
9 lines
117 B
Nix
9 lines
117 B
Nix
{
|
|
imports = [
|
|
./assertions.nix
|
|
./context.nix
|
|
./meta.nix
|
|
./nixvim-info.nix
|
|
./version.nix
|
|
];
|
|
}
|