1
Fork 0

Beautiful transparency + more

This commit is contained in:
Matei Adriel 2023-08-13 05:15:32 +03:00
parent e63d8b32f6
commit 7b4a8b2fa4
No known key found for this signature in database
22 changed files with 303 additions and 163 deletions
devshells

View file

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