More shells, and beautiful wlogout theming
This commit is contained in:
parent
7b4a8b2fa4
commit
16752e40d5
28 changed files with 434 additions and 119 deletions
devshells
6
devshells/purescript.nix
Normal file
6
devshells/purescript.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue