update lockfile and fix terraform unfree issues

exclude terraform from nvim package by default
This commit is contained in:
Noah Masur
2023-10-08 11:14:50 -04:00
parent b4c08adea4
commit 89b5183f22
6 changed files with 119 additions and 100 deletions

View File

@ -26,13 +26,13 @@
# ] ++ extraConfig;
# }
{ pkgs, colors, ... }:
{ pkgs, colors, useTerraform ? false, ... }:
# Comes from nix2vim overlay:
# https://github.com/gytis-ivaskevicius/nix2vim/blob/master/lib/neovim-builder.nix
pkgs.neovimBuilder {
package = pkgs.neovim-unwrapped;
inherit colors;
inherit colors useTerraform;
imports = [
../config/align.nix
../config/bufferline.nix