typo
This commit is contained in:
parent
1aea2f8ca7
commit
603c5cd15d
@ -25,7 +25,7 @@ let
|
|||||||
|
|
||||||
dtb = "${linuxPackages_x1e.kernel}/dtbs/qcom/x1e78100-lenovo-thinkpad-t14s.dtb";
|
dtb = "${linuxPackages_x1e.kernel}/dtbs/qcom/x1e78100-lenovo-thinkpad-t14s.dtb";
|
||||||
dtbHash = builtins.hashFile "md5" dtb;
|
dtbHash = builtins.hashFile "md5" dtb;
|
||||||
dtbName = "x1e80100-${dtbHash}.dtb";
|
dtbName = "x1e78100-${dtbHash}.dtb";
|
||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = linuxPackages_x1e;
|
kernelPackages = linuxPackages_x1e;
|
||||||
|
Loading…
Reference in New Issue
Block a user