From 372b869f1122ec3ff7a29db2e6ca1c5881204049 Mon Sep 17 00:00:00 2001 From: bit Date: Wed, 13 Aug 2025 17:05:13 +0200 Subject: [PATCH] add tex devshell --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index b08e94e..7ac7bdf 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,12 @@ { #default = self.devShells."${system}".; + tex = pkgs.mkShell { + buildInputs = with pkgs; [ + texliveMedium + ]; + }; + rust = pkgs.mkShell { buildInputs = with pkgs; [ rustc