release.nix -> default.nix

the default should be to build all the images
This commit is contained in:
zimbatm 2019-12-17 23:29:41 +01:00
parent 987c5c9460
commit f90912f967
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
9 changed files with 19 additions and 19 deletions

2
build
View file

@ -2,7 +2,7 @@
set -euo pipefail
# build *all* the docker images
exec nix-build release.nix \
exec nix-build \
--no-out-link \
--option sandbox true \
"$@"