File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,7 @@ hadolint_version: v2.12.0
2323# If you change the Python version here, make sure to also change it in
2424# .github/workflows/pr_pre-commit.yml
2525python_version : 3.12
26+
27+ # This Nix version is used in the operators pre-commit workflow as they require
28+ # Nix to ron some checks.
29+ nix_pkg_manager_version : 2.28.3
Original file line number Diff line number Diff line change 66
77env:
88 CARGO_TERM_COLOR: always
9+ NIX_PKG_MANAGER_VERSION: "{[ nix_pkg_manager_version }]"
910 RUST_TOOLCHAIN_VERSION: "{[ rust_nightly_version }]"
1011 HADOLINT_VERSION: "{[ hadolint_version }]"
1112 PYTHON_VERSION: "{[ python_version }]"
2930 python-version: ${{ env.PYTHON_VERSION }}
3031 rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3132 hadolint: ${{ env.HADOLINT_VERSION }}
33+ nix: ${{ env.NIX_PKG_MANAGER_VERSION }}
34+ nix-github-token: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments