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

17 lines
345 B
YAML
Raw Normal View History

2022-04-05 15:38:39 +00:00
name: update-flake-lock
on:
workflow_dispatch:
schedule:
2023-02-08 17:37:07 +00:00
- cron: "0 0 * * 0"
2022-04-05 15:38:39 +00:00
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
2023-02-08 17:37:07 +00:00
uses: DeterminateSystems/nix-installer-action@main
2022-04-05 15:38:39 +00:00
- name: Update flake.lock
uses: ./.