A container with Nix
Go to file
Quentin 0b1f5ebb78
Create /tmp folder
2022-07-24 14:51:31 +02:00
.gitignore Initial commit 2022-07-24 14:41:15 +02:00
README.md Initial commit 2022-07-24 14:41:15 +02:00
default.nix Create /tmp folder 2022-07-24 14:51:31 +02:00

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.