nix-configs/.forgejo/workflows/update.yml
cdombroski 3f049217a6
Some checks failed
/ lockfile (push) Failing after 1m12s
Update .forgejo/workflows/update.yml
2024-04-24 21:28:53 -04:00

13 lines
No EOL
365 B
YAML

on:
push:
branches: 'master'
schedule:
- cron: '0 2 * * *'
jobs:
lockfile:
runs-on: docker
container:
image: nixos/nix
steps:
- uses: actions/checkout@v4
- run: 'export PATH=/root/.nix-profile/bin; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'