Skip to content

Update inputs

Update inputs #712

Workflow file for this run

name: Update inputs
on:
schedule:
- cron: 0 0 * * *
jobs:
nix-update:
uses: rake5k/flake-commons/.github/workflows/nix-update.yml@main
with:
aarch64: false
x86_64: true
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}