integrate prettier into treefmt
This commit is contained in:
8
pkgs/node-packages/default.nix
Normal file
8
pkgs/node-packages/default.nix
Normal 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
|
||||
Reference in New Issue
Block a user