Purescript development tools

This commit is contained in:
Andrea Ciceri 2021-11-03 23:28:49 +01:00 committed by Andrea Ciceri
parent 4d356b3a06
commit 4e8adcfafb
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
7 changed files with 104 additions and 32 deletions

View file

@ -2,6 +2,7 @@
{
home-manager.users.ccr = { suites, ... }: {
imports = with suites; shell ++ gui ++ browser ++ multimedia ++ emails ++ dev ++ base;
home.packages = with pkgs; [
ack
ranger
@ -15,10 +16,6 @@
yarn
yarn2nix
texlive.combined.scheme-full
purescript
spago
nodePackages.parcel-bundler
nodejs
];
};