feat(flake): bump nixpkgs to v23.11

This commit is contained in:
2023-12-07 14:04:36 +02:00
parent 1aef22f64a
commit 10bc65df07
3 changed files with 14 additions and 28 deletions

View File

@@ -1,14 +1,16 @@
name: update-flake-lock
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 1 * * *"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "main"
- name: Setup sudo (required for the next step)
run: apt-get update && apt-get install -y sudo
- name: Setup nix
@@ -29,7 +31,7 @@ jobs:
run: |
git diff
git config --global user.name "Gitea Bot"
git config --global user.email "gitea@xaked.com"
git config --global user.email "bot@git.palkoi.net"
git add flake.lock
git commit -S -m '[Gitea CI]: bump flake.lock versions'
git commit -m 'choke(nix-lock): bump flake.lock versions'
git push