about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-02T16·10+0100
committerVincent Ambo <tazjin@google.com>2019-09-02T16·12+0100
commit4d9425464233506b6c787e33e9b474dfbc0d8a62 (patch)
treeff213397a23214c87092861326569eb076a4ed6a /README.md
parent99ee84b4771546e571f845ade59154bc255ac514 (diff)
docs: Add crude top-level README
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..dc4b7f79e6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+depot
+=====
+
+[![Build Status](https://travis-ci.org/tazjin/depot.svg?branch=master)](https://travis-ci.org/tazjin/depot)
+
+This repository is the [monorepo][] for my personal infrastructure. It is built
+using [Nix][] and services are deployed on Google Cloud Platofrm using
+[Nixery][].
+
+Everything in here is MIT-licensed unless otherwise indicated in a service
+subfolder.
+
+[monorepo]: https://en.wikipedia.org/wiki/Monorepo
+[Nix]: https://nixos.org/nix
+[Nixery]: https://github.com/google/nixery