docker-nixpkgs/build
zimbatm f90912f967
release.nix -> default.nix
the default should be to build all the images
2019-12-17 23:35:43 +01:00

8 lines
139 B
Bash
Executable file

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