add tex devshell

This commit is contained in:
bit 2025-08-13 17:07:25 +02:00
parent d4fffab962
commit ecc045922e

View File

@ -23,6 +23,12 @@
{
#default = self.devShells."${system}".;
tex = pkgs.mkShell {
buildInputs = with pkgs; [
texliveFull
];
};
rust = pkgs.mkShell {
buildInputs = with pkgs; [
rustc