Skip to content

update_nix_flake

update_nix_flake #13

name: update_nix_flake
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
commit-msg: "ci: update flake.lock"
pr-title: "ci: update flake.lock"
pr-labels: |
dependencies