1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 08:31:05 +01:00

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.
This commit is contained in:
Matt Sturgeon 2025-12-03 05:47:17 +00:00
parent cbdfee5239
commit b0f3a36596
4 changed files with 120 additions and 0 deletions

View file

@ -4,5 +4,6 @@
./context.nix
./meta.nix
./nixvim-info.nix
./version.nix
];
}