mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
flake: update NixVim declarative setups
This commit is contained in:
parent
6f62e3077a
commit
651184f426
@ -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) ];
|
||||||
|
Loading…
Reference in New Issue
Block a user