chore(fmt): apply nix formatting

Signed-off-by: Govind Singh <govind.singh@tii.ae>
This commit is contained in:
Govind Singh
2025-10-21 16:00:55 +04:00
committed by Jörg Thalheim
parent 34b7229b95
commit 8b405e9c6d
7 changed files with 27 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
{
lib,
pkgs
pkgs,
}:
let
inherit (pkgs.buildPackages) python3;
@@ -57,7 +57,7 @@ pkgs.stdenv.mkDerivation rec {
--replace "\$(CROSS_COMPILE_\$(sm))ar" ${binutils}/bin/${toolchain.targetPrefix}ar
substituteInPlace mk/gcc.mk \
--replace "\$(CROSS_COMPILE_\$(sm))cpp" ${cpp}/bin/cpp
'';
'';
makeFlags = [
"PLATFORM=imx-mx93evk"