Skip to content

Commit

Permalink
chore(deps): use nix flake update from codex
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Feb 24, 2024
1 parent 307ba5e commit 79ed937
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update
name: Update Nix flake

on:
schedule:
Expand All @@ -7,24 +7,8 @@ on:

jobs:
nix-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v26
with:
nix_conf: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ github.token }}
- uses: jessestricker/nix-flake-update@v1
id: nix-update
- uses: peter-evans/create-pull-request@v6
with:
branch: nix-update
commit-message: "build(nix): update flake lock"
title: "build(nix): update flake lock"
body: ${{ steps.nix-update.outputs.pull-request-body }}
labels: dependencies, nix
assignees: |
puiterwijk
rvolosatovs
signoff: true
permissions:
contents: write
pull-requests: write
secrets: inherit
uses: enarx/.github/.github/workflows/nix-update.yml@main

0 comments on commit 79ed937

Please sign in to comment.