triviOS/.build.yml
Fabián Montero 546bee832a fix typo
2023-09-04 23:36:54 -06:00

12 lines
278 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 .\#nixosConfigurations.triviOS.config.system.build.toplevel