LnL7 / nix-docker

Docker images for the Nix package manager
MIT License
288 stars 41 forks source link

Add script to quickly set up a build slave using Docker #5

Closed 3noch closed 7 years ago

3noch commented 7 years ago

I'm sure there's a lot of room for improvement, but it's a start. I'm happy to make changes.

3noch commented 7 years ago

I made those changes and rebased.

3noch commented 7 years ago

Indeed, this actually works, which is pretty neat:

source <(curl https://raw.githubusercontent.com/grafted-in/nix-docker/build-slave-script/start-docker-nix-build-slave)
3noch commented 7 years ago

Thanks!