add tex devshell

This commit is contained in:
bit 2025-08-13 17:05:13 +02:00
parent d4fffab962
commit 372b869f11

View File

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