Skip to content

Commit

Permalink
jobs: update nixpkgs daily
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored and mergify[bot] committed Feb 24, 2024
1 parent 887022b commit 8796962
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '15 18 * * *' # runs daily at 18:15 UTC

jobs:
lockfile:
strategy:
matrix:
flake-dir: [ ".", "./dev-flake" ]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update nixpkgs"
pr-labels: dependencies
inputs: nixpkgs
path-to-flake-dir: ${{ matrix.flake-dir }}

0 comments on commit 8796962

Please sign in to comment.