12 lines
305 B
YAML
12 lines
305 B
YAML
image: nixos/23.05
|
|
sources:
|
|
- https://git.sr.ht/~fabianmv/triviOS
|
|
environment:
|
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
|
shell: true
|
|
tasks:
|
|
- setup: |
|
|
cd triviOS
|
|
- build: |
|
|
nix build ./triviOS\#nixosConfigurations.triviOS.config.system.build.toplevel --print-build-logs
|