Skip to content

Commit

Permalink
fix: bad kernel modDirVersion (5.16 → 5.16.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rinehart committed Jan 10, 2022
1 parent 3e8c2b1 commit 949bd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/machines/hp_spectre_x360.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down

0 comments on commit 949bd39

Please sign in to comment.