mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-05 16:41:06 +01: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.
9 lines
117 B
Nix
9 lines
117 B
Nix
{
|
|
imports = [
|
|
./assertions.nix
|
|
./context.nix
|
|
./meta.nix
|
|
./nixvim-info.nix
|
|
./version.nix
|
|
];
|
|
}
|