nix-configs/.forgejo/workflows/update.yml
cdombroski 48c57e4d37
Some checks failed
/ lockfile (push) Failing after 7s
Update .forgejo/workflows/update.yml
2024-04-24 21:25:48 -04:00

12 lines
No EOL
354 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'