Compare commits
2 commits
bd2ec71e11
...
1e0aa07b20
Author | SHA1 | Date | |
---|---|---|---|
1e0aa07b20 | |||
b7bb222932 |
2 changed files with 4 additions and 10 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:
|
||||||
|
|
|
@ -45,11 +45,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1701993627,
|
"lastModified": 1702050138,
|
||||||
"narHash": "sha256-ubYKiw2RHzJsGonFodOh/FVQ6A+MHIRQTX9/HdOutJY=",
|
"narHash": "sha256-8rxnHYHDiG85U8SNj5OVrb0rmtGOwJIR/j7dI8fG/2I=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "3bb5d2f2192b63e368a4f573f66406eba3ee66b3",
|
"rev": "2289ca273cdaad4248a6cd962bddcc956b296c18",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue