ci: set up basic Nix host pipeline
build / hecuba (push) Failing after 34s

This commit is contained in:
2026-07-28 01:05:01 +02:00
parent f984d894fc
commit b6c5ae9089
+13
View File
@@ -0,0 +1,13 @@
name: build
on:
pull_request:
push:
branches: [main]
jobs:
hecuba:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix eval .#nixosConfigurations.hecuba.config.system.build.toplevel.drvPath
- run: nix build .#nixosConfigurations.hecuba.config.system.build.toplevel --print-build-logs