add tex devshell

This commit is contained in:
bit 2025-08-13 16:20:15 +02:00
parent d4fffab962
commit 5d049b8fe3

View File

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