Skip to content

update-flake-lock

update-flake-lock #32

name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # At 00:00 on Sunday.
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v23
with:
path-to-flake-dir: ./home-manager
commit-msg: "build: update flake.lock"
pr-title: "build: update flake.lock"