Compare commits
No commits in common. "a47d932d1869d201df67a7d9a4469804d90b15dd" and "eba0cf119f9183b38acc8856970810e9fd66323f" have entirely different histories.
a47d932d18
...
eba0cf119f
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue