ggshield: set to Python 3.11
snapshottest doesn't support Python 3.12 yet
This commit is contained in:
@@ -8024,7 +8024,9 @@ with pkgs;
|
||||
|
||||
ggobi = callPackage ../tools/graphics/ggobi { };
|
||||
|
||||
ggshield = callPackage ../tools/security/ggshield { };
|
||||
ggshield = callPackage ../tools/security/ggshield {
|
||||
python3 = python311;
|
||||
};
|
||||
|
||||
ghost = callPackage ../tools/security/ghost { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user