9 lines
146 B
Nix
9 lines
146 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
nodejs_24
|
|
nodePackages.npm
|
|
yarn
|
|
bun
|
|
nodePackages.typescript
|
|
];
|
|
}
|