Skip to content

Update Nix Flake lockfile #105

Update Nix Flake lockfile

Update Nix Flake lockfile #105

name: Update Nix Flake lockfile
on:
# Enable option to manually run the action:
workflow_dispatch:
# Run every Sunday at 00:00:
schedule:
- cron: 0 0 * * 0
jobs:
update-flake-lock:
uses: ./.github/workflows/reusable-update-flake-lock.yml
secrets: inherit
with:
runner: '["self-hosted", "Linux", "x86-64-v2"]'