say why we're not using the remote store

main
Brian Hicks 2022-04-05 09:52:05 -05:00
parent 2191970f15
commit dd8a3d9534
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
1 changed files with 4 additions and 0 deletions

View File

@ -9,7 +9,11 @@ if test -z "$SYSTEM"; then
fi
set -x
# TODO: it'd be really cool to use
# https://blog.nixbuild.net/posts/2022-03-16-lightning-fast-ci-with-nixbuild-net.html
# eventually, but for now it's giving me some trouble copying the built closure
# after the build, so we can't actually do the deploy. It'll probably get stabler
# in the future, and I should try again then.
nix --extra-experimental-features "nix-command flakes" \
build \
--print-build-logs \