move muon to muonlang

In order to avoid clashing the (future) muon (a meson replacement).
This commit is contained in:
AndersonTorres 2022-04-12 00:56:28 -03:00
parent 85e5fc4989
commit 9801fb6c1a
2 changed files with 1 additions and 1 deletions

View file

@ -13111,7 +13111,7 @@ with pkgs;
mozart2-binary = callPackage ../development/compilers/mozart/binary.nix { };
muon = callPackage ../development/compilers/muon { };
muonlang = callPackage ../development/compilers/muonlang { };
inherit (callPackages ../development/compilers/nim { })
nim-unwrapped nimble-unwrapped nim;