Compare commits

..

No commits in common. "a47d932d1869d201df67a7d9a4469804d90b15dd" and "eba0cf119f9183b38acc8856970810e9fd66323f" have entirely different histories.

View file

@ -1,10 +1,6 @@
name: "Build"
on:
pull_request:
push:
branches: ["main"]
paths:
- .forgejo/workflows/build.yaml
jobs:
nix-build:
if: github.event.pull_request.draft == false
@ -54,6 +50,4 @@ jobs:
if: success()
env:
CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}
run: |
spec=$(nix build --print-out-paths)
cachix deploy activate $spec
run: nix build ".#top.${{ matrix.system }}" --json | jq -r .[].drvPath | cachix deploy activate