Skip to content

Commit fc87e6d

Browse files
authored
Merge branch 'master' into system76/gaze18
2 parents 68f5dd2 + 9368056 commit fc87e6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

framework/13-inch/amd-ai-300-series/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
1616

1717
# suspend works with 6.15
18-
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") pkgs.linuxPackages_latest;
18+
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
19+
lib.mkDefault pkgs.linuxPackages_latest
20+
);
1921
};
2022
}

0 commit comments

Comments
 (0)