diff options
author | Soispha <soispha@vhack.eu> | 2023-08-21 01:19:43 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-21 01:19:43 +0200 |
commit | fb59bc76b3538d3664dd1a043809aff288cb3c80 (patch) | |
tree | 7c7a8dc6b0de7b70f721ffe4e9411c4fc71eba45 /latex/flake.nix | |
parent | Fix(latex): Correct some variables (diff) | |
download | flake-templates-fb59bc76b3538d3664dd1a043809aff288cb3c80.tar.gz flake-templates-fb59bc76b3538d3664dd1a043809aff288cb3c80.zip |
Fix(treewide): Remove language servers as they are managed by neovim
Diffstat (limited to 'latex/flake.nix')
-rw-r--r-- | latex/flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/latex/flake.nix b/latex/flake.nix index d8e5b9d..22a4cdb 100644 --- a/latex/flake.nix +++ b/latex/flake.nix @@ -88,15 +88,11 @@ }; devShells.default = pkgs.mkShell { packages = with pkgs; [ - nil - alejandra - statix - ltex-ls cocogitto flake_version_update.packages."${system}".default lpm.packages."${system}".default + texlive - texlab zathura ]; }; |