Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/update_flake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: flake-update
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