diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index 56920f6..1587054 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -156,7 +156,6 @@ EOF"; cmp-nvim-lsp-signature-help nvim-dap # Debug Adapter Protocol support #nvim-dap-ui - #neogit hoon-vim nvim-treesitter lean-nvim @@ -214,7 +213,6 @@ EOF"; nil-pkg lua-language-server rust-analyzer - omnisharp-roslyn dbeaver ]); }; @@ -274,12 +272,9 @@ EOF"; # TODO(jwall): This appears to be broken due to: https://github.com/NixOS/nixpkgs/issues/166205 # Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624 #isabelle - # TODO(jwall): This appears to be broken due to: https://github.com/NixOS/nixpkgs/issues/166205 # Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624 (lean4.override { stdenv = stdenv.override { allowedRequisites = null; cc = llvmPackages_11.clang; }; }) terraform # TODO(jeremy): Replace with opentofu when that is an option. - consul - consul-template nomad oha nodejs @@ -320,14 +315,9 @@ EOF"; nomad mkcert kubo - #dotnet-sdk_7 - #dotnet-sdk_8 #netcoredbg powershell - unstablePkgs.ocaml - unstablePkgs.opam - unstablePkgs.ocamlformat - # TODO(jwall): I include these initially for nvim telescope + # NOTE(jwall): I include these initially for nvim telescope ripgrep fd # TODO add sonic-pi here if it supports the arch @@ -356,6 +346,7 @@ EOF"; (vimModule system) ./modules/darwin-monitor.nix ./modules/victoria-logs.nix + ./modules/vector.nix ./darwin-configuration.nix ]; };