Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-26 | Upgrade to nixos-21.05 | Ben Sima | |
Getting me closer to the latest GHC. This release also includes my own packages that I submitted some time ago. GHCJS is not present in 21.05 for some reason, but I think it's back in master, so I might do another upgrade soon, but for now I just disabled my GHCJS support. I'm not really using it anyway. I also had to bring it string-quote, update nixos-mailserver, and a few other things. | |||
2021-02-09 | Fix nix-shell on darwin | Ben Sima | |
2020-11-24 | Add inspekt3d to guile deps, and reorganize | Ben Sima | |
I reorganized in order to debug a problem with the nix overlays. I think having small, focused overlayes is more understandable than one overlay that references itself via `rec`. Also the error traces are easier to follow with smaller overlays. |