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"
|
name: "Build"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
|
||||||
branches: ["main"]
|
|
||||||
paths:
|
|
||||||
- .forgejo/workflows/build.yaml
|
|
||||||
jobs:
|
jobs:
|
||||||
nix-build:
|
nix-build:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
@ -54,6 +50,4 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
env:
|
||||||
CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}
|
CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}
|
||||||
run: |
|
run: nix build ".#top.${{ matrix.system }}" --json | jq -r .[].drvPath | cachix deploy activate
|
||||||
spec=$(nix build --print-out-paths)
|
|
||||||
cachix deploy activate $spec
|
|
||||||
|
|
Loading…
Reference in a new issue