parametrize ventoy-qt5 version in permittedInsecurePackages

This commit is contained in:
2026-08-25 00:01:31 +02:00
parent cc39b11599
commit c97f728a01
+1 -1
View File
@@ -6,6 +6,6 @@
nixpkgs.config.permittedInsecurePackages = [
# Ventoy has some blobs making it insecure
"ventoy-qt5-1.1.12"
"ventoy-qt5-${pkgs.ventoy.version}"
];
}