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 { (mkIf devel.idris2 {
home.packages = with pkgs; [ home.packages = with pkgs; [
inputs.idris2.packages."${pkgs.system}".idris2 inputs.idris2.packages."${pkgs.system}".idris2
chez # chez
gmp gmp
rlwrap rlwrap
]; ];

View File

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