nixfmt-rfc-style
There is nothing in this commit except for the changes made by nix-shell -p nixfmt-rfc-style --run "nixfmt ." If this has mucked up your open branches then sorry about that. You can probably nixfmt them to match before merging
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ fetchFromGitHub, pkgsBuildBuild, lib }:
|
||||
{
|
||||
fetchFromGitHub,
|
||||
pkgsBuildBuild,
|
||||
lib,
|
||||
}:
|
||||
let
|
||||
src = fetchFromGitHub {
|
||||
name = "openwrt-source";
|
||||
@@ -27,7 +31,8 @@ let
|
||||
${./make-mtdsplit-jffs2-endian-agnostic.patch} \
|
||||
${./fix-mtk-wed-bm-desc-ptr.patch}
|
||||
'';
|
||||
in {
|
||||
in
|
||||
{
|
||||
inherit src;
|
||||
|
||||
# The kernel sources typically used with this version of openwrt
|
||||
|
@@ -27,7 +27,8 @@ let
|
||||
patches ${src}/target/linux/${family}/patches-5.15/*.patch
|
||||
patches ${./make-mtdsplit-jffs2-endian-agnostic.patch}
|
||||
'';
|
||||
in {
|
||||
in
|
||||
{
|
||||
inherit src;
|
||||
|
||||
# The kernel sources typically used with this version of openwrt
|
||||
|
Reference in New Issue
Block a user