From 651184f426d10f18956bd544fd1ec6116f83da24 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 18 Jul 2024 21:25:37 +0800 Subject: [PATCH] flake: update NixVim declarative setups --- configs/flake-parts/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/flake-parts/nixvim.nix b/configs/flake-parts/nixvim.nix index 393c79e4..b2518fcb 100644 --- a/configs/flake-parts/nixvim.nix +++ b/configs/flake-parts/nixvim.nix @@ -16,7 +16,7 @@ }; trovebelt = { - components = lib.cartesianProductOfSets { + components = lib.cartesianProduct { nixpkgsBranch = [ "nixos-unstable" ]; nixvimBranch = [ "nixvim-unstable" ]; neovimPackage = [ (pkgs: pkgs.neovim) ];