flake: update NixVim declarative setups

This commit is contained in:
Gabriel Arazas 2024-07-18 21:25:37 +08:00
parent 6f62e3077a
commit 651184f426
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -16,7 +16,7 @@
}; };
trovebelt = { trovebelt = {
components = lib.cartesianProductOfSets { components = lib.cartesianProduct {
nixpkgsBranch = [ "nixos-unstable" ]; nixpkgsBranch = [ "nixos-unstable" ];
nixvimBranch = [ "nixvim-unstable" ]; nixvimBranch = [ "nixvim-unstable" ];
neovimPackage = [ (pkgs: pkgs.neovim) ]; neovimPackage = [ (pkgs: pkgs.neovim) ];