docker-nixpkgs/build
2019-01-19 15:13:30 +01:00

6 lines
96 B
Bash
Executable file

#!/bin/sh -eu
# build *all* the docker images
nix-build release.nix \
--no-out-link \
"$@"