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

https://github.com/headblockhead/nix-image-flake

A nix flake to generate an iso or sdcard running NixOS.
https://github.com/headblockhead/nix-image-flake

Last synced: 11 months ago
JSON representation

A nix flake to generate an iso or sdcard running NixOS.

Awesome Lists containing this project

README

          

# nix-image-flake

A nix flake that generates an image running NixOS.

## Tasks

### Build-iso

Builds the image.

```bash
nix build .\#images.iso
```

### Build-sd

Builds the image for aarch64.

```bash
nix build .\#images.sd
```