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.
- Host: GitHub
- URL: https://github.com/headblockhead/nix-image-flake
- Owner: headblockhead
- Created: 2024-01-06T00:33:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T00:37:58.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:57:54.302Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```