profile/usb-iso: allow all ventoy versions
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-12-27 23:22:06 +01:00
parent 72cd115d77
commit 4938bed579

View file

@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
# binary blobs are needed for ventoy
nixpkgs.config.permittedInsecurePackages = [
"ventoy-1.1.07"
"ventoy-${pkgs.ventoy.version}"
];
environment.systemPackages = with pkgs; [
ventoy-full # general