1
Fork 0
satellite/devshells/visonum.nix
2023-08-13 05:15:32 +03:00

8 lines
249 B
Nix

# Shell containing the tools I most commonly use for work
{ pkgs, upkgs, ... }:
pkgs.mkShell {
system =
# REASON: purescript 0.15.7 and it's associated spago
nativeBuildInputs = [ upkgs.purescript upkgs.spago pkgs.typescript pkgs.nodejs ];
}