1
Fork 0
satellite/devshells/web.nix

8 lines
89 B
Nix

{ pkgs, ... }:
pkgs.mkShell {
packages = with pkgs; [
typescript
nodejs
];
}