1
Fork 0
satellite/devshells/purescript.nix
2023-11-11 06:55:14 +01:00

6 lines
175 B
Nix

# shell containing the tools i most commonly use for purescript work!
{ pkgs, ... }:
pkgs.mkShell {
nativebuildinputs = with pkgs; [ purescript spago typescript nodejs ];
}