chore(ci): run on "native" nix runner
This commit is contained in:
parent
bd2ec71e11
commit
b7bb222932
1 changed files with 1 additions and 7 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-flake:
|
update-flake:
|
||||||
runs-on: ubuntu-latest-amd64
|
runs-on: nix-amd64
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -15,12 +15,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
- name: Install Nix
|
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
|
||||||
with:
|
|
||||||
init: none
|
|
||||||
planner: linux
|
|
||||||
github-token: null
|
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue