Skip to content

Commit

Permalink
linux-jovian: update for nixpkgs kconfig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 16, 2024
1 parent 7691d0a commit a2c6d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/linux-jovian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ buildLinux (args // rec {
DRM_VMWGFX_FBCON = lib.mkForce (option no);
KVM_GUEST = lib.mkForce (option no);
MOUSE_PS2_VMMOUSE = lib.mkForce (option no);
INTEL_TDX_GUEST = lib.mkForce (option no);
TDX_GUEST_DRIVER = lib.mkForce (option no);
};

src = fetchFromGitHub {
Expand Down

0 comments on commit a2c6d8d

Please sign in to comment.