new updater

This commit is contained in:
Daniel Winkler 2025-08-23 01:06:36 +10:00
commit 3025ccb1bb

View file

@ -3,38 +3,22 @@ name: update-flake-lock
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 0 * *'
jobs: jobs:
lockfile1: lockfile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Determinate Nix - name: Install Determinate Nix
uses: DeterminateSystems/determinate-nix-action@v3 uses: DeterminateSystems/determinate-nix-action@v3
- name: Update sci_minimal flake.lock - name: Update n flake.lock
uses: DeterminateSystems/update-flake-lock@v25 uses: DeterminateSystems/update-flake-lock@v25
with: with:
branch: update_sci_minimal branch: update_n
path-to-flake-dir: "templates/sci_minimal" path-to-flake-dir: "templates/n"
pr-title: "Update sci_minimal flake.lock" # Title of PR to be created pr-title: "Update n flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated
lockfile2:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Determinate Nix
uses: DeterminateSystems/determinate-nix-action@v3
- name: Update sci flake.lock
uses: DeterminateSystems/update-flake-lock@v25
with:
branch: update_sci
path-to-flake-dir: "templates/sci"
pr-title: "Update sci flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR pr-labels: | # Labels to be set on the PR
dependencies dependencies
automated automated