1
Fork 0
satellite/modules/dev/purescript.nix

10 lines
159 B
Nix
Raw Normal View History

2020-04-08 19:09:37 +02:00
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs.easy-purescript-nix; [
purescript
spago
purty
pscid
2020-04-29 14:13:36 +02:00
zephyr
2020-04-08 19:09:37 +02:00
];
}