mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
# build *all* the docker images
|
|
nix-build release.nix \
|
|
--no-out-link \
|
|
"$@"
|