Support build-briefcase.sh

For now, I'm supporting two CI pipelines:
- build-socrates
- build-briefcase

Conceptually, build-briefcase should cover what build-socrates does now, but
eventually I would like build-socrates to call `switch-to-configuration` so that
all of my websites, etc. stay fresh.
This commit is contained in:
William Carroll 2020-08-17 10:44:55 +01:00
parent 1bb32b1bcc
commit 42efb3b08a
3 changed files with 7 additions and 2 deletions

View file

@ -29,7 +29,6 @@ in {
website = readTree ./website;
lisp = readTree ./lisp;
gopkgs = readTree ./gopkgs;
monzo_ynab = readTree ./monzo_ynab;
third_party = readTree ./third_party;
tools = readTree ./tools;
buildHaskell = readTree ./buildHaskell;