1
Fork 0
satellite/devshells/purescript.nix

7 lines
219 B
Nix
Raw Normal View History

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