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:
|
||||
update-flake:
|
||||
runs-on: ubuntu-latest-amd64
|
||||
runs-on: nix-amd64
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -15,12 +15,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
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
|
||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue