integrate prettier into treefmt

This commit is contained in:
Jörg Thalheim
2023-08-24 14:09:19 +02:00
parent 13a6386004
commit dbc0ae08c0
11 changed files with 4763 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, system, nodejs-18_x, makeWrapper }:
let
nodePackages = import ./composition.nix {
inherit pkgs system;
nodejs = nodejs-18_x;
};
in
nodePackages