summaryrefslogtreecommitdiff
path: root/hosts/wsl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/wsl/default.nix7
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
];