diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..b49649b --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -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