mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
microsoft/surface: switch back to using sha256 instead of hash due to connection breaking
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) fetchFromGitHub mkDefault mkOption types versions;
|
||||
inherit (lib) mkDefault mkOption types versions;
|
||||
|
||||
# Set the full kernel version and hashes
|
||||
version =
|
||||
@@ -48,7 +48,7 @@ let
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
hash = srcHash;
|
||||
sha256 = srcHash;
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user