summaryrefslogtreecommitdiff
path: root/Biz/Que.nix
AgeCommit message (Collapse)Author
2023-08-21Refactor the build system for readabilityBen Sima
Lots of changes here but the code is much improved. The nix code is clearer and structured better. The Haskell code improved in response to the nix changes. I needed to use a qualified path instead of the abspath because the BIZ_ROOT changes based on whether bild runs in nix or runs in the user environment. Rather than passing every argument into Builder.nix, now I just pass the json from bild and deconstruct it in nix. This is obviously a much better design and it only came to be after sleeping on it the other night.
2021-11-26Move Biz/Que/Prod.nix to Biz/Que.nixBen Sima