Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 7 lines 192 B view raw
1{ lib, OVMF }: 2 3OVMF.override { 4 projectDscPath = "OvmfPkg/CloudHv/CloudHvX64.dsc"; 5 fwPrefix = "CLOUDHV"; 6 metaPlatforms = builtins.filter (lib.hasPrefix "x86_64-") OVMF.meta.platforms; 7}