Skip to content

Commit 8a6d32b

Browse files
committed
chore: Extend comment about Nix version
1 parent acb78d8 commit 8a6d32b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/versions.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ hadolint_version: v2.12.0
2525
python_version: 3.12
2626

2727
# This Nix version is used in the operators pre-commit workflow as they require
28-
# Nix to run some checks.
28+
# Nix to run some checks. Places to check for versions:
29+
# - https://github.com/NixOS/nix/tags
30+
# - https://nixos.org/download/#
31+
# Usually the latest version should just work and as such the version here can
32+
# be bumped without any constraints.
2933
nix_pkg_manager_version: 2.28.3

0 commit comments

Comments
 (0)