System/applications/devel-js.nix

11 lines
148 B
Nix
Raw Normal View History

2022-05-18 01:10:00 -04:00
{ config, unstable, pkgs, ... }:
{
environment.systemPackages = with unstable; [
nodejs
yarn
nodePackages.typescript
deno
];
}