mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added autoupdate for lock
This commit is contained in:
parent
91a4fe9d9f
commit
0329f5eb39
2 changed files with 30 additions and 9 deletions
22
.github/update.yml
vendored
Normal file
22
.github/update.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: update-flake-lock
|
||||
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Determinate Nix
|
||||
uses: DeterminateSystems/determinate-nix-action@v3
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v25
|
||||
with:
|
||||
pr-title: "Update flake.lock" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
automated
|
||||
17
templates/r/flake.lock
generated
17
templates/r/flake.lock
generated
|
|
@ -10,11 +10,10 @@
|
|||
"rixpkgs": "rixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1747269608,
|
||||
"narHash": "sha256-p6zniXPFJV5ImScTWStHWXcPYox7J7USFr/90u0x118=",
|
||||
"lastModified": 1747862291,
|
||||
"owner": "dwinkler1",
|
||||
"repo": "nixCatsConfig",
|
||||
"rev": "3c720b7789839fcac8bccf999a795cbd73c1bca2",
|
||||
"rev": "4b6dea3c813aa5cc391d0ce1747e61cadf7092fc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -25,11 +24,11 @@
|
|||
},
|
||||
"nixCats": {
|
||||
"locked": {
|
||||
"lastModified": 1745981575,
|
||||
"narHash": "sha256-Q9PevfxZeO47fBd5ptGA4f+xJ8iC8jF/hsEVhRIOofo=",
|
||||
"lastModified": 1747402538,
|
||||
"narHash": "sha256-hqOngVDs86+L2tYseKLqhhJsgXWluwwmPFJByvMc1d4=",
|
||||
"owner": "BirdeeHub",
|
||||
"repo": "nixCats-nvim",
|
||||
"rev": "4cdecb9f07973fc0fe2d069d153bc9344db36791",
|
||||
"rev": "14e95095b612f2c438e00a0f60287d867e8abd69",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -53,11 +52,11 @@
|
|||
"plugins-r": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1746657805,
|
||||
"narHash": "sha256-X5ZfbrG7FtGJpnMJ2b7FMY/OM9rIIliFSqnbtudZCZg=",
|
||||
"lastModified": 1746658384,
|
||||
"narHash": "sha256-B0muapQ6KgrqQhpud33yX88vO8LeJK0qnm+yZP4e8C8=",
|
||||
"owner": "R-nvim",
|
||||
"repo": "R.nvim",
|
||||
"rev": "f30c3b2be9ca1a3c277c5e66f5612774cc3fbcf4",
|
||||
"rev": "9f0331a3b40d9ce727a6df1323bbc7fc09295c9a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue