diff --git a/modules/hardware/surface-pro6.nix b/modules/hardware/surface-pro6.nix index a22e759..9135f9c 100644 --- a/modules/hardware/surface-pro6.nix +++ b/modules/hardware/surface-pro6.nix @@ -1,6 +1,7 @@ { pkgs, ... }: let + fetchurl = pkgs.fetchurl; fetchpatch = pkgs.fetchpatch; commit = "f69eefacf7304857f8c0ce7ac0ebf4971121da72"; mkPatch = name: sha256: { @@ -20,7 +21,7 @@ in { "thermald/thermal-cpu-cdev-order.xml".source = fetchurl { url = "https://raw.githubusercontent.com/linux-surface/linux-surface/${commit}/contrib/thermald/surface_pro_5/thermal-conf.xml.auto.mobile"; sha256 = "1wsrgad6k4haw4m0jjcjxhmj4742kcb3q8rmfpclbw0czm8384al"; - } + }; }; powerManagement = {