We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daf78e commit bb393c7Copy full SHA for bb393c7
shell.nix
@@ -12,8 +12,6 @@ pkgs.mkShell rec {
12
];
13
14
# Set ENV vars.
15
- # These are automatically the right files for the current CPU (if available).
16
- # https://github.com/NixOS/nixpkgs/blob/nixos-22.11/pkgs/applications/virtualization/OVMF/default.nix#L80
17
- OVMF_CODE="${pkgs.OVMF.firmware}";
18
- OVMF_VARS="${pkgs.OVMF.variables}";
+ # OVMF_CODE="${pkgs.OVMF.firmware}";
+ # OVMF_VARS="${pkgs.OVMF.variables}";
19
}
0 commit comments