bqn: migrate to by-name

Also, alias mbqn.
This commit is contained in:
Anderson Torres
2024-05-13 21:10:56 -03:00
parent 448c182dff
commit dfeff03c6f
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -17062,7 +17062,7 @@ with pkgs;
# BQN interpreters and compilers
mbqn = callPackage ../development/interpreters/bqn/mlochbaum-bqn { };
mbqn = bqn;
cbqn = cbqn-bootstrap.phase2;
cbqn-replxx = cbqn-bootstrap.phase2-replxx;