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

@ -0,0 +1,6 @@
set -euo pipefail
nix-build . \
-I briefcase="$(pwd)" \
-I nixpkgs=/home/wpcarro/nixpkgs-channel \
--show-trace