Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Automatically Update Flake #33

Automatically Update Flake

Automatically Update Flake #33

Workflow file for this run

name: Automatically Update Flake
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Check repository
uses: actions/checkout@v4
with:
ref: "lagrange"
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake inputs"
pr-labels: |
dependencies
automated