From 62ad5c37f3c03c3819126d62e6a2613d78d33674 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 21 Oct 2021 23:37:31 +0200 Subject: [PATCH] surface: Fix syntax issue --- modules/hardware/surface-pro6.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = {