update ventoy ver in permittedInsecurePackages

This commit is contained in:
2026-05-07 23:57:20 +02:00
parent 87703ec951
commit 232b90f974
+1 -1
View File
@@ -11,6 +11,6 @@
# Ventoy has some blobs making it insecure # Ventoy has some blobs making it insecure
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"ventoy-qt5-1.1.10" "ventoy-qt5-1.1.12"
]; ];
} }