6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
# build *all* the docker images
|
|
nix-build release.nix \
|
|
--no-out-link \
|
|
"$@"
|