Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | Run lint | Ben Sima | |
Idk why these missed the linter. Probably packages updated in the nixpkgs version bump. | |||
2022-08-08 | Remove some TODOs | Ben Sima | |
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. | |||
2022-08-02 | Fix test argument to deps | Ben Sima | |
2022-07-26 | Port Niv.Cli to Biz.Bild.Deps | Ben Sima | |
2022-07-19 | Upgrade nixpkgs, ghc923 | Ben Sima | |
I ended up deleting miso, and consequently all files under Hero/ and Miso/, because I couldn't get miso to build with GHC 9.2. Other things: - Niv has been wrapped by Biz/Bild/Deps.hs, so I can extend it to my liking. - Apply-refact is gone because I couldn't get it to build. - Disabled python stuff. |