mcxx: add mcxx from the git repo

This commit is contained in:
2021-06-02 14:08:16 +02:00
parent 4125e39ce0
commit 3be896d90d
2 changed files with 61 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ let
mcxx = bsc.mcxxRelease;
mcxxRelease = callPackage ./bsc/mcxx/default.nix { };
mcxxGit = callPackage ./bsc/mcxx/git.nix { };
mcxxRarias = callPackage ./bsc/mcxx/rarias.nix {
bison = self.bison_3_5;
};