summaryrefslogtreecommitdiff
path: root/hosts/wsl
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/wsl')
-rw-r--r--hosts/wsl/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix
index 2dc86c4..3c60f14 100644
--- a/hosts/wsl/default.nix
+++ b/hosts/wsl/default.nix
@@ -18,10 +18,11 @@
# packages
environment.systemPackages = with pkgs; [
- (python3.withPackages (ppkgs: with ppkgs; [
- myst-parser
- sphinx
- ]))
+ (python3.withPackages (ppkgs:
+ with ppkgs; [
+ myst-parser
+ sphinx
+ ]))
gnumake
texliveFull
inputs.self.packages.${system}.arcanist