diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/wsl/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix index bb9c4c4..2dc86c4 100644 --- a/hosts/wsl/default.nix +++ b/hosts/wsl/default.nix @@ -18,7 +18,12 @@ # packages environment.systemPackages = with pkgs; [ - sphinx + (python3.withPackages (ppkgs: with ppkgs; [ + myst-parser + sphinx + ])) + gnumake + texliveFull inputs.self.packages.${system}.arcanist ]; |