about summary refs log tree commit diff stats
path: root/latex
diff options
context:
space:
mode:
Diffstat (limited to 'latex')
-rw-r--r--latex/flake.nix6
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
         ];
       };