Skip to content

nix flake update

nix flake update #1

name: update-flake-lock

Check failure on line 1 in .github/workflows/update-flake-lock.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-flake-lock.yml

Invalid workflow file

invalid `cron` attribute "0 12 0 * *"
on:
workflow_dispatch:
schedule:
- cron: '0 12 0 * *'
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