Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-26 | Move Biz/Bild/Rules.nix -> Biz/Bild.nix | Ben Sima | |
2021-11-26 | Remove required nix arguments | Ben Sima | |
This allows us to use nix-build as a check that bild is working. I think bild sometimes hangs because it doesn't get input from nix-build? I'm not sure, but one workaround is to run nix-build on the target, and then bild will just get the cached build. | |||
2020-12-05 | Renamespace Devalloc and Que | Ben Sima | |
Move them under the Biz root so that we know they are specific to Biz stuff. Biz is for proprietary stuff that we own. I also had to refactor the bild namespace parsing code because it couldn't handle a namespace with 3 parts. I really need to get that namespace library written and tested. |