No description
Find a file
Vincent Ambo 467a66bac2 feat(readTree): Add support for skipping directory subtrees
Placing a special `.skip-subtree` file in any directory will now
prevent readTree from further traversing that part of the tree.

This makes it possible to have packages with internal Nix files that
are incompatible with the larger depot structure, for example for
projects like buildGo.nix which need to be compatible with the
external nixpkgs model.
2019-12-19 15:33:30 +00:00
infra chore(infra/gcp): Allow k8s nodes to access GCSR 2019-12-18 21:37:31 +00:00
overrides merge(buildGo): Integrate buildGo.nix into depot 2019-12-19 15:24:17 +00:00
secrets feat(secrets): Check in secrets required by Nixery 2019-09-03 16:12:30 +01:00
services fix(cgit-taz): Force gcloud to use specific CA bundle 2019-12-18 21:37:48 +00:00
third_party feat(emacs): Add telega.el support 2019-12-19 14:48:22 +00:00
tools feat(emacs.d): Add key binding for opening telega 2019-12-19 15:19:24 +00:00
.envrc feat(tools): Introduce pass-compatible wrapper using Cloud KMS 2019-09-03 16:12:30 +01:00
.gitignore chore: Catch all Nix results in gitignore 2019-09-02 17:12:06 +01:00
.travis.yml refactor: Move CI setup to separate Nix file 2019-12-09 10:58:09 +00:00
ci-builds.nix chore(build): Build tools.emacs in CI 2019-12-14 16:00:04 +00:00
default.nix fix(build): Add missing packages for Nixery images 2019-12-18 19:08:10 +00:00
LICENSE chore: Keep project root under MIT license 2019-06-28 22:56:48 +01:00
read-tree.nix feat(readTree): Add support for skipping directory subtrees 2019-12-19 15:33:30 +00:00
README.md chore(buildGo): Relayout for depot merge 2019-12-19 15:22:35 +00:00

depot

Build Status

This repository is the monorepo for my personal infrastructure. It is built using Nix and services are deployed on Google Cloud Platform using Nixery.

Everything in here is MIT-licensed unless otherwise indicated in a service subfolder.