Beautiful transparency + more
This commit is contained in:
parent
e63d8b32f6
commit
7b4a8b2fa4
22 changed files with 303 additions and 163 deletions
devshells
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue