docker-nixpkgs/build
zimbatm 6b517528ee
prepare for multi-CI
split things out so more can be shared between CIs
2019-02-06 11:57:24 +01:00

8 lines
151 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
# build *all* the docker images
exec nix-build release.nix \
--no-out-link \
--option sandbox true \
"$@"