You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.gitignore | 6 months ago | |
README.md | 6 months ago | |
default.nix | 6 months ago |
README.md
A lightweight Nix environment in a docker container
This container is inteded to be used in a CI environment, and especially with Drone CI.
Build with:
docker load < $(nix-build)
Notes
Drone CI hardcodes the shell with /bin/sh
,
so whatever the change you make to the container,
you must ensure that /bin/sh
exists and works.