Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Update Flake Lockfile #7

Update Flake Lockfile

Update Flake Lockfile #7

Workflow file for this run

name: Update Flake Lockfile
on:
schedule:
# run weekly at noon on sundays
- cron: "0 12 * * 0"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update-flake:
if: github.owner == 'galister'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock"