Compare commits
No commits in common. "1e0aa07b206c9e8e1626e59b847254fd7acbb0eb" and "bd2ec71e11962038f1001fbe4268a1d92e8e3369" have entirely different histories.
1e0aa07b20
...
bd2ec71e11
2 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-flake:
|
update-flake:
|
||||||
runs-on: nix-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -15,6 +15,12 @@ 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": 1702050138,
|
"lastModified": 1701993627,
|
||||||
"narHash": "sha256-8rxnHYHDiG85U8SNj5OVrb0rmtGOwJIR/j7dI8fG/2I=",
|
"narHash": "sha256-ubYKiw2RHzJsGonFodOh/FVQ6A+MHIRQTX9/HdOutJY=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "2289ca273cdaad4248a6cd962bddcc956b296c18",
|
"rev": "3bb5d2f2192b63e368a4f573f66406eba3ee66b3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue