diff --git a/.github/workflows/intelnuc.yml b/.github/workflows/intelnuc.yml new file mode 100644 index 0000000..9256dce --- /dev/null +++ b/.github/workflows/intelnuc.yml @@ -0,0 +1,14 @@ +name: "intelnuc" +on: + pull_request: + push: +jobs: + tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v25 + - uses: webfactory/ssh-agent@v0.9.0 + with: + ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} + - run: nix build .#nixosConfigurations.intelnuc.config.system.build.toplevel --dry-run