Skip to content

Commit f761cdc

Browse files
committed
nixvm: linux kernel 6.9
1 parent b544f28 commit f761cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systems/nixvm/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
rec {
44
hostname = "nixvm";
55
system = "x86_64-linux";
6-
kernelPackages = nixpkgsUnstable.legacyPackages.${system}.linuxPackages_6_8;
6+
kernelPackages = nixpkgsUnstable.legacyPackages.${system}.linuxPackages_6_9;
77
systemNixpkgs = nixpkgsUnstable;
88
accentColor = {
99
h = 300;

0 commit comments

Comments
 (0)