feat: add haskell tools

This commit is contained in:
Felix Schröter 2021-01-16 17:52:54 +01:00
parent ae9754a466
commit c5f0d28b71
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 21 additions and 5 deletions
system

View file

@ -13,4 +13,8 @@
dates = "10:00";
options = "--delete-older-than 30d";
};
nix.binaryCaches = [ "https://nixcache.reflex-frp.org" ];
nix.binaryCachePublicKeys =
[ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
}