A container with Nix
Go to file
Quentin d54fd744b8
Initial commit
2022-07-24 14:41:15 +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 Initial commit 2022-07-24 14:41:15 +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.