1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 00:21:06 +01:00
nixvim/modules/misc/default.nix
Matt Sturgeon b0f3a36596 modules/version: init with nixpkgsReleaseCheck
Inspired by `home.version` and `home.enableNixpkgsReleaseCheck` in Home
Manager. Print a warning when `lib` or `pkgs` are from a different
release to Nixvim.
2025-12-03 09:24:36 +00:00

9 lines
117 B
Nix

{
imports = [
./assertions.nix
./context.nix
./meta.nix
./nixvim-info.nix
./version.nix
];
}