Enable idris2 on mac

This commit is contained in:
Nathan McCarty 2023-03-27 19:50:58 -04:00
parent 6a9ad2eec3
commit ffe4a6c26b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ with nLib; {
(mkIf devel.idris2 {
home.packages = with pkgs; [
inputs.idris2.packages."${pkgs.system}".idris2
chez
# chez
gmp
rlwrap
];

View File

@ -5,7 +5,7 @@
programs = {
util = { git = { gpgSign = false; }; };
devel = {
idris2 = false;
idris2 = true;
haskell = false;
js = false;
raku = false;