linux-armbian: fix formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user