Skip to content

Commit

Permalink
linux-jovian: fix config on latest nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 17, 2025
1 parent 6bbb196 commit 27a0dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/linux-jovian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ buildLinux (args // rec {
DRM_AMD_DC_SI = lib.mkForce (option no);
DRM_AMD_DC_DCN = lib.mkForce (option no);
DRM_AMD_DC_HDCP = lib.mkForce (option no);
FB_HYPERV = lib.mkForce (option no);
DRM_HYPERV = lib.mkForce (option no);
DRM_VMWGFX_FBCON = lib.mkForce (option no);
KVM_GUEST = lib.mkForce (option no);
Expand Down

0 comments on commit 27a0dda

Please sign in to comment.