Use prettier from upstream in WSL

Otherwise I get the error message as described here:
https://github.com/microsoft/WSL/issues/8151
This commit is contained in:
Andreas Zweili 2023-03-21 13:07:55 +01:00
parent 869109994f
commit 6d91b69b66
4 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ in
libreoffice-fresh
makemkv
meld
nodePackages.prettier # formatting files
plexamp
remmina
shotwell

View File

@ -14,6 +14,7 @@ in
];
home.packages = with pkgs; [
nodePackages.prettier # formatting files
rclone
xclip
];

View File

@ -3,7 +3,6 @@
home.packages = with pkgs; [
fd
multimarkdown
nodePackages.prettier # formatting files
pandoc
python310
python310Packages.pip

View File

@ -22,6 +22,7 @@ in
nix-direnv.enable = true;
};
home.sessionPath = [ "$HOME/node_modules/.bin" ];
home.packages = with pkgs; [
keychain
nixpkgs-fmt