An open API service indexing awesome lists of open source software.

https://github.com/paralin/docker-nixos

Docker multi-stage build for compiling nixos.
https://github.com/paralin/docker-nixos

Last synced: 9 months ago
JSON representation

Docker multi-stage build for compiling nixos.

Awesome Lists containing this project

README

          

# NixOS Dockerfile

This repository contains a **Dockerfile** of a multi-stage build which produces
a functional NixOS system as the output image.

It uses Ubuntu as an intermediate build environment, which is available for most
architectures. There is a variant for Alpine, but it has issues building - RT34
errors, possibly due to musl.

# Usage

```sh
docker build -t skiffos/skiff-core-nixos:latest .
docker run --privileged -d --name=nix skiffos/skiff-core-nixos:latest
```

# License

MIT