diff options
Diffstat (limited to 'hosts/wsl/default.nix')
-rw-r--r-- | hosts/wsl/default.nix | 9 |
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 |