1
Fork 0
satellite/devshells/visonum.nix
2023-04-14 18:12:35 +03:00

6 lines
166 B
Nix

# Shell containing the tools I most commonly use for work
{ pkgs, inputs }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ purescript spago typescript nodejs ];
}