2023-09-05 07:35:00 +02:00
|
|
|
image: nixos/23.05
|
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~fabianmv/triviOS
|
|
|
|
environment:
|
|
|
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
|
|
|
shell: true
|
|
|
|
tasks:
|
|
|
|
- setup: |
|
2023-09-05 07:36:54 +02:00
|
|
|
cd triviOS
|
2023-09-05 07:35:00 +02:00
|
|
|
- build: |
|
2023-09-05 07:48:05 +02:00
|
|
|
nix build ./triviOS\#nixosConfigurations.triviOS.config.system.build.toplevel --print-build-logs
|