No description
51594b0594
Manual updates: comrak 0.6 -> 0.7 syntect 3.3 -> 4.2.0 Leading to these automatic updates: Updating crates.io index Updating adler32 v1.0.4 -> v1.1.0 Adding autocfg v1.0.0 Updating base64 v0.10.1 -> v0.12.2 Removing bindgen v0.53.3 Removing cexpr v0.4.0 Adding chrono v0.4.11 Removing clang-sys v0.29.3 Updating comrak v0.6.2 -> v0.7.0 Removing env_logger v0.7.1 Removing glob v0.3.0 Updating hermit-abi v0.1.13 -> v0.1.14 Removing humantime v1.3.0 Adding indexmap v1.4.0 Updating itoa v0.4.5 -> v0.4.6 Updating libc v0.2.70 -> v0.2.71 Removing libloading v0.5.2 Removing log v0.4.8 Updating miniz_oxide v0.3.6 -> v0.3.7 Removing nom v5.1.1 Adding num-integer v0.1.43 Adding num-traits v0.2.12 Updating onig v5.0.0 -> v6.0.0 Removing peeking_take_while v0.1.2 Updating plist v0.4.2 -> v1.0.0 Updating proc-macro2 v1.0.17 -> v1.0.18 Removing quick-error v1.2.3 Updating quote v1.0.6 -> v1.0.7 Updating regex v1.3.7 -> v1.3.9 Updating regex-syntax v0.6.17 -> v0.6.18 Removing rustc-hash v1.1.0 Updating ryu v1.0.4 -> v1.0.5 Updating serde v1.0.110 -> v1.0.112 Updating serde_derive v1.0.110 -> v1.0.112 Updating serde_json v1.0.53 -> v1.0.55 Removing shlex v0.1.1 Updating syn v1.0.25 -> v1.0.31 Updating syntect v3.3.0 -> v4.2.0 Removing termcolor v1.1.0 Removing version_check v0.9.2 Removing which v3.1.1 Updating yaml-rust v0.4.3 -> v0.4.4 Change-Id: I2c2ee6a45bf7a5286fe30d61de52d7993871e7e1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/444 Reviewed-by: lukegb <lukegb@tvl.fyi> |
||
---|---|---|
bin | ||
docs | ||
fun | ||
lisp/dns | ||
net | ||
nix | ||
ops | ||
overrides | ||
presentations | ||
third_party | ||
tools | ||
users | ||
web | ||
.envrc | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.hgignore | ||
.rgignore | ||
ci-builds.nix | ||
default.nix | ||
LICENSE | ||
OWNERS | ||
README.md |
depot
This repository is the monorepo for the community around tazjin's virus lounge, containing our personal tools and infrastructure. Everything in here is built using Nix.
If you've ended up here and have no idea who I am, feel free to follow me on Twitter.
Highlights
Tools
tools/emacs
contains my personal Emacs configuration (packages & config)fun/aoc2019
contains solutions for a handful of Advent of Code 2019 challenges, before I ran out of interesttools/blog_cli
contains my tool for writing new blog posts and storing them in the DNS zonetools/cheddar
contains a source code and Markdown rendering tool that is integrated with my cgit instance to render files in various viewsops/kms_pass.nix
is a tiny tool that emulates the user-interface ofpass
, but actually uses Google Cloud KMS for secret decryptionops/kontemplate
contains my Kubernetes resource templating tool (with which the services in this repository are deployed!)ops/besadii
contains a tool that runs as the gitpost-receive
-hook on my git server to trigger builds on sourcehut.third_party/nix
contains my fork of the Nix package manager
Packages / Libraries
nix/buildGo
implements a Nix library that can build Go software in the style of Bazel'srules_go
. Go programs in this repository are built using this library.nix/buildLisp
implements a Nix library that can build Common Lisp software. Currently only SBCL is supported. Lisp programs in this repository are built using this library.tools/emacs-pkgs
contains various Emacs libraries that my Emacs setup uses, for example:dottime.el
provides dottime in the Emacs modelinenix-util.el
provides editing utilities for Nix filesterm-switcher.el
is an ivy-function for switching between vterm buffers
net/alcoholic_jwt
contains an easy-to-use JWT-validation library for Rustnet/crimp
contains a high-level HTTP client using cURL for Rust
Services
Services in this repository are deployed on a Google Kubernetes Engine cluster using Nixery.
web/blog
andweb/homepage
contain my blog and website setup (serving at tazj.in)web/cgit-taz
contains a slightly patched version ofcgit
that serves my git web interface at git.tazj.inops/journaldriver
contains a small Rust daemon that can forward logs from journald to Stackdriver Logging
Miscellaneous
Presentations I've given in the past are in the presentations
folder, these
cover a variety of topics and some of them have links to recordings.
There's a few fun things in the fun/
folder, often with context given in the
README. Check out my list of the best tools for example.
Contributing
If you'd like to contribute to any of the tools in here, please check out the contribution guidelines.