diff options
author | Vincent Ambo <mail@tazj.in> | 2022-04-20T14·41+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-04-20T15·31+0000 |
commit | 6716bf018c465f4b943eef0e6716caa7a54940da (patch) | |
tree | 8e609da0ed0052f4088250ecc1033c28d35f5d6c /README.md | |
parent | 535ad8732a688bf6ff4c48283d89dae00262a719 (diff) |
chore(nixery): Housekeeping for depot compatibility r/3982
Cleans up a whole bunch of things I wanted to get out of the door right away: * depot internal references to //third_party/nixery have been replaced with //tools/nixery * cleaned up files from Github * fixed SPDX & Copyright headers * code formatting and inclusion in //tools/depotfmt checks Change-Id: Iea79f0fdf3aa04f71741d4f4032f88605ae415bb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5486 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 1bb29f29e091..0934ac95402d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ configuration is tracked in `//ops/{modules,machines}`. * [`//nix/readTree`](https://cs.tvl.fyi/depot/-/blob/nix/readTree/README.md) contains the Nix code which automatically registers projects in our Nix attribute hierarchy based on their in-tree location +* [`//tools/nixery`](https://cs.tvl.fyi/depot/-/tree/tools/nixery) + contains the source code of [Nixery][], a container registry that + can build images ad-hoc from Nix packages * `//nix/yants` contains **Y**et **A**nother **N**ix **T**ype **S**ystem, which we use for a variety of things throughout the repository * `//nix/buildGo` implements a Nix library that can build Go software in the @@ -119,3 +122,4 @@ Hackint also provide a [web chat][tvl-webchat]. [hackint-xmpp]: https://hackint.org/transport/xmpp [tvl-xmpp]: xmpp:#tvl@irc.hackint.org?join [tvl-webchat]: https://webirc.hackint.org/#ircs://irc.hackint.org/#tvl +[Nixery]: https://nixery.dev |