treewide: package renaming for 25.11

This commit is contained in:
Felix Buehler 2025-11-25 21:17:52 +01:00
parent 10cbc4d96b
commit 220b4987fe
9 changed files with 15 additions and 23 deletions

View file

@ -15,10 +15,10 @@ in
config = lib.mkIf cfg.enable {
# binary blobs are needed for ventoy
nixpkgs.config.permittedInsecurePackages = [
"ventoy-1.1.05"
"ventoy-1.1.07"
];
environment.systemPackages = with pkgs; [
ventoy-bin-full # general
ventoy-full # general
woeusb-ng # windows
];
};