Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | Add nixfmt to Lint.hs | Ben Sima | |
nixfmt is the soon-to-be official formatter for Nix code, as per the NixOS GitHub group. So I figure I should just adopt it without worrying too much about the specifics of the formatting. I just formatted everything in one go, hence the huge diff, oh well. | |||
2023-10-27 | Disallow search engines from indexing my code | Ben Sima | |
I don't really want my code to be discoverable, I only want people looking at it if I have explicitly told them about it. I tested it like so: ϟ curl -v https://simatime.com/git/ 2>&1 | rg x-robots < x-robots-tag: noindex, follow | |||
2022-12-15 | Update nixpkgs | Ben Sima | |