nixos-config/shells/accentor-api-client-js.nix
2022-06-15 14:25:13 +02:00

4 lines
128 B
Nix

{ pkgs, ... }: pkgs.devshell.mkShell {
name = "Accentor API client in JavaScript";
packages = with pkgs; [ nodejs yarn ];
}