waagent: pin to python312 due to removal of crypt.crypt

This commit is contained in:
codgician
2025-06-26 16:32:01 +08:00
parent fcde5a91e4
commit 989aa4f648
+2 -2
View File
@@ -2,7 +2,7 @@
coreutils,
fetchFromGitHub,
lib,
python3,
python312,
bash,
openssl,
nixosTests,
@@ -10,7 +10,7 @@
}:
let
python = python3;
python = python312;
in
python.pkgs.buildPythonApplication rec {