diff --git a/flake.nix b/flake.nix index b08e94e..1621e9a 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,12 @@ { #default = self.devShells."${system}".; + tex = pkgs.mkShell { + buildInputs = with pkgs; [ + texliveFull + ]; + }; + rust = pkgs.mkShell { buildInputs = with pkgs; [ rustc