File size: 59 Bytes
3b1f2ce
 
 
 
 
1
2
3
4
5
6
{ pkgs }: {
    deps = [
        pkgs.nodejs-18_x
    ];
}