From 91b032433be8232dd12cc53c3e00b979e8df0df4 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 10 Jun 2025 19:15:02 +0200 Subject: [PATCH] auto update flake.lock --- .github/workflows/update.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index bbf87cf..0b07ad0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,10 +13,19 @@ jobs: uses: actions/checkout@v4 - name: Install Determinate Nix uses: DeterminateSystems/determinate-nix-action@v3 - - name: Update flake.lock + - name: Update sci flake.lock uses: DeterminateSystems/update-flake-lock@v25 with: - pr-title: "Update flake.lock" # Title of PR to be created + 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 + dependencies + automated + - name: Update sci_minimal flake.lock + uses: DeterminateSystems/update-flake-lock@v25 + with: + path-to-flake-dir: "templates/sci_minimal" + pr-title: "Update sci_minimal flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR dependencies automated