linux-armbian: fix formatting

This commit is contained in:
2024-09-17 03:43:54 +00:00
parent 1dc18bca5f
commit 13b38f523c

View File

@@ -2,7 +2,6 @@
fetchFromGitHub,
fetchurl,
lib,
buildLinux,
linux_latest,
linux-mobian,
linux-postmarketos-allwinner,
@@ -17,14 +16,13 @@
withMobianPatches ? true,
#VVV nixpkgs calls `.override` on the kernel to configure additional things, but we don't care about those things
...
}@args:
}:
let
linux = linux_latest;
patches = import ./patches.nix { inherit fetchFromGitHub lib newScope; };
in
# buildLinux {
linux_latest.override {
linux.override {
# inherit (linux_latest) src version modDirVersion;
# inherit features randstructSeed structuredExtraConfig;