about summary refs log tree commit diff
path: root/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-11 r/2482 refactor(ops): Split //ops/nixos into different locationsVincent Ambo1-1/+1
Splits //ops/nixos into: * //ops/nixos.nix - utility functions for building systems * //ops/machines - shared machine definitions (read by readTree) * //ops/modules - shared NixOS modules (skipped by readTree) This simplifies working with the configuration fixpoint in whitby, and is overall a bit more in line with how NixOS systems in user folders currently work. Change-Id: I1322ec5cc76c0207c099c05d44828a3df0b3ffc1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2931 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: glittershark <grfn@gws.fyi>
2021-03-31 r/2367 revert(web/tvl): Revert 's/The V/tazjin's v/"'Vincent Ambo1-3/+3
This was originally done when "the purge" happened, and I don't think it's quite accurate anymore. This reverts commit 94846503c59b4155cc98280ef1c5cbcf69696ff9. Change-Id: I4be2bccfa68505a2f663ab1695e547321d2dd0b8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2709 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
2020-08-17 r/1669 docs: Update README for the repository itselfVincent Ambo1-45/+74
Adds a lot more information about what is actually going on here, as well as links to relevant things such as our Monorepo document. I'm aware that I didn't make all `//...` links clickable, but I realised at some point that it might be easier to just update cheddar to support highlighting those natively :-) Change-Id: Icbb212a6c07a5cf38ab8e65d83a64bec783eb8d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1768 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Reviewed-by: kanepyork <rikingcoding@gmail.com>
2020-06-29 r/1130 chore(ops): Clean up old GCP infrastructure filesVincent Ambo1-2/+0
This removes almost all of the GCP-infrastructure leftovers from my previous setup. The DNS configuration is retained, but moves to my user folder instead. Change-Id: I1867acd379443882f11a3c645846c9902eadd5b0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/782 Tested-by: BuildkiteCI Reviewed-by: eta <eta@theta.eu.org> Reviewed-by: isomer <isomer@tvl.fyi>
2020-06-19 r/1043 fix(docs): Fix a few links that break in sourcegraph.nyanotech1-1/+1
I found a few links that seem to be absolute-path links designed for cgit. Replace them with relative links instead, so that they work within both sourcegraph and cgit. This commit handles this fix for the top-level README.md, and the ones within docs/. Change-Id: I842ffaf8ee893d3ed8490fe07c621d791d77d0ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/496 Reviewed-by: tazjin <mail@tazj.in>
2020-06-13 r/938 docs(README): Fix link to Nixery repohyperfekt1-1/+1
Change-Id: Ic88288b0f36a6263143c6de787e3eca186fad274 Reviewed-on: https://cl.tvl.fyi/c/depot/+/241 Reviewed-by: tazjin <mail@tazj.in>
2020-06-12 r/922 docs: Update README for move to tvl.fyiVincent Ambo1-8/+4
Change-Id: I42944b8f138e78d8b3bdb4e26c40b40e3913e604 Reviewed-on: https://cl.tvl.fyi/c/depot/+/91 Reviewed-by: riking <rikingcoding@gmail.com> Reviewed-by: tazjin <mail@tazj.in>
2020-05-25 r/847 docs(3p/nix): Add a README explaining the goals of the forkVincent Ambo1-0/+1
2020-02-21 r/573 docs: Include besadii in README, remove sync-gcsrVincent Ambo1-3/+2
2020-02-09 r/511 Merge branch 'feat/cheddar-extensions'Vincent Ambo1-0/+6
2020-02-09 r/502 docs: Update README with new website setupVincent Ambo1-1/+2
2020-01-19 r/415 chore(build): Rename tazjins-depot -> depotVincent Ambo1-1/+1
Sourcehut namespaces this under ~tazjin/ anyways.
2020-01-18 r/410 docs(README): Add Sourcehut builds badge to READMEVincent Ambo1-0/+2
2020-01-11 docs: Add buildLisp & cheddar to READMEVincent Ambo1-0/+6
2019-12-21 r/276 feat(tools/cheddar): Check in new syntax highlighting toolVincent Ambo1-2/+0
The first step with this tool will be to use it as a source-filter for cgit. The second step is to use it as the Markdown renderer by depending on one of the Markdown libraries, with integration for rendering code snippets directly.
2019-12-21 r/272 docs(README): Fix link to dottime overview pageVincent Ambo1-1/+2
2019-12-21 r/271 docs(README): Update list of highlightsVincent Ambo1-3/+15
Now that a whole bunch more stuff has been checked in, there's a few worthy mentions in this list.
2019-12-20 r/238 refactor: Fix a variety of filepaths for repo relayoutingVincent Ambo1-14/+18
This fixes readTree and the various project builds, as well as (hopefully) most documentation links inside of the projects.
2019-12-20 r/230 docs: Update README with more interesting informationVincent Ambo1-5/+52
2019-12-16 r/168 docs: fix typoWilliam Carroll1-1/+1
Prefer "Platform" to "Platofrm".
2019-09-02 docs: Add crude top-level READMEVincent Ambo1-0/+15