From 14eb77a5dceb3d83d587234db18742d438a9bbab Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 7 May 2025 08:48:10 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@80d00c488a995bc32a1303adc27ac494c3f0a69f Reference-to: stackabletech/operator-templating@80d00c4 (This installs Nix in the pre-commit workflow because some checks need it) --- .github/workflows/pr_pre-commit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr_pre-commit.yaml b/.github/workflows/pr_pre-commit.yaml index 8a31b68c..34e5766b 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -6,6 +6,7 @@ on: env: CARGO_TERM_COLOR: always + NIX_PKG_MANAGER_VERSION: "2.28.3" RUST_TOOLCHAIN_VERSION: "nightly-2025-01-15" HADOLINT_VERSION: "v2.12.0" PYTHON_VERSION: "3.12" @@ -29,3 +30,5 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} rust: ${{ env.RUST_TOOLCHAIN_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }} + nix: ${{ env.NIX_PKG_MANAGER_VERSION }} + nix-github-token: ${{ secrets.GITHUB_TOKEN }}