From 949bd394f81d3e43e1568cdef0cd4c91dee367be Mon Sep 17 00:00:00 2001 From: John Rinehart Date: Mon, 10 Jan 2022 15:19:56 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20bad=20kernel=20modDirVersion=20(5.16=20?= =?UTF-8?q?=E2=86=92=205.16.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/machines/hp_spectre_x360.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/machines/hp_spectre_x360.nix b/modules/machines/hp_spectre_x360.nix index 6ead3a3a1..0f05285e0 100644 --- a/modules/machines/hp_spectre_x360.nix +++ b/modules/machines/hp_spectre_x360.nix @@ -13,8 +13,8 @@ args @ { config, pkgs, ... }: let latest_stable_pkg = { fetchurl, buildLinux, ... } @ args: buildLinux (args // rec { - version = "5.16.0"; - modDirVersion = version; + version = "5.16"; + modDirVersion = "5.16.0"; kernelPatches = [ {