1
Fork 0
satellite/devshells/visonum.nix

6 lines
166 B
Nix
Raw Normal View History

2023-04-14 17:12:35 +02:00
# Shell containing the tools I most commonly use for work
{ pkgs, inputs }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ purescript spago typescript nodejs ];
}