mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-07-06 17:31:00 -04:00
6b517528ee
split things out so more can be shared between CIs
9 lines
151 B
Python
Executable File
9 lines
151 B
Python
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 \
|
|
"$@"
|