mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-02 22:29:52 +01:00
profile/usb-iso: allow all ventoy versions
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
72cd115d77
commit
4938bed579
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# binary blobs are needed for ventoy
|
# binary blobs are needed for ventoy
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"ventoy-1.1.07"
|
"ventoy-${pkgs.ventoy.version}"
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ventoy-full # general
|
ventoy-full # general
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue