From c97f728a015487fed1ac64e19e363cf5d9352260 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 25 Aug 2026 00:01:31 +0200 Subject: [PATCH] parametrize ventoy-qt5 version in permittedInsecurePackages --- modules/system/nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/nixpkgs.nix b/modules/system/nixpkgs.nix index 4784bfd..9d926f0 100644 --- a/modules/system/nixpkgs.nix +++ b/modules/system/nixpkgs.nix @@ -6,6 +6,6 @@ nixpkgs.config.permittedInsecurePackages = [ # Ventoy has some blobs making it insecure - "ventoy-qt5-1.1.12" + "ventoy-qt5-${pkgs.ventoy.version}" ]; } \ No newline at end of file