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

13 lines
253 B
Nix
Raw Normal View History

2020-04-08 19:09:37 +02:00
{ pkgs, ... }: {
2022-06-18 23:09:21 +02:00
home-manager.users.adrielus.home.packages = with pkgs.unstable; [
2020-04-08 19:09:37 +02:00
purescript
spago
2022-06-18 23:09:21 +02:00
# haskellPackages.zephyr
# purty # purescript formatter
# purs-tidy # purescript formatter
# pscid
# pulp
# psa
2020-04-08 19:09:37 +02:00
];
}