Skip to content

Prebuild static nix binaries for containerbase

License

Notifications You must be signed in to change notification settings

containerbase/nix-prebuild

Repository files navigation

containerbase nix releases

build GitHub release (latest SemVer) License: MIT

Prebuild nix releases used by containerbase/base.

Local development

Build the image

docker build -t builder --build-arg APT_HTTP_PROXY=http://apt-proxy:3142 --build-arg .

Test the image

docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 8.0.3

${PWD}/.cache will contain packed releases after successful build.

Optional environment variables

Name Description Default
APT_HTTP_PROXY Set an APT http proxy for installing build deps <empty>
DEBUG Show verbose nix build output <empty>