mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-15 15:02:09 +01:00
treewide: package renaming for 25.11
This commit is contained in:
parent
10cbc4d96b
commit
220b4987fe
9 changed files with 15 additions and 23 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue