mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/incus: INCUS_OVMF_PATH -> INCUS_EDK2_PATH
This commit is contained in:
parent
8923ec72b5
commit
856651fda8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ let
|
|||
environment = lib.mkMerge [
|
||||
{
|
||||
INCUS_LXC_TEMPLATE_CONFIG = "${pkgs.lxcfs}/share/lxc/config";
|
||||
INCUS_OVMF_PATH = ovmf;
|
||||
INCUS_EDK2_PATH = ovmf;
|
||||
INCUS_USBIDS_PATH = "${pkgs.hwdata}/share/hwdata/usb.ids";
|
||||
PATH = lib.mkForce serverBinPath;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue