Compare commits
2 commits
00da34aa7f
...
f14ba1f4e1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f14ba1f4e1 | ||
9c3d1c9c0d |
3 changed files with 12 additions and 8 deletions
|
@ -1,4 +1,6 @@
|
|||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: update-flake-lock
|
||||
on:
|
||||
schedule:
|
||||
- cron: '52 0 * * *' # daily at 14:30
|
||||
- cron: '45 14 * * *' # daily at 14:30
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
@ -9,6 +9,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout repository
|
||||
with:
|
||||
token: ${{secrets.SEVENOFNINE_TOKEN}}
|
||||
- name: Create new branch from the checked out one
|
||||
run: git switch -c update-flake-lock
|
||||
- name: Configure git as `Seven of Nix`
|
||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -7,11 +7,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710003807,
|
||||
"narHash": "sha256-NVQosZpEz9dDo2f9I84P9NCsVjx2NQy3T9Lpp3TbJJs=",
|
||||
"lastModified": 1710061621,
|
||||
"narHash": "sha256-C9+Yw5pxK1+0a5KxMoKocVZOfkj+V/6TSHasS2h6Zgg=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "4dd04421a91873b26f5b4acc8b2c947cb91c7900",
|
||||
"rev": "1cdd60ae31faea0bc68251429f64589978415b4b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -244,11 +244,11 @@
|
|||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1709884566,
|
||||
"narHash": "sha256-NSYJg2sfdO/XS3L8XN/59Zhzn0dqWm7XtVnKI2mHq3w=",
|
||||
"lastModified": 1710021367,
|
||||
"narHash": "sha256-FuMVdWqXMT38u1lcySYyv93A7B8wU0EGzUr4t4jQu8g=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2be119add7b37dc535da2dd4cba68e2cf8d1517e",
|
||||
"rev": "b94a96839afcc56de3551aa7472b8d9a3e77e05d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Reference in a new issue