mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 18:38:44 +08:00
chore(fmt): apply nix formatting
Signed-off-by: Govind Singh <govind.singh@tii.ae>
This commit is contained in:
committed by
Jörg Thalheim
parent
34b7229b95
commit
8b405e9c6d
@@ -1,8 +1,16 @@
|
||||
{ lib, fetchgit, stdenv, buildPackages, pkgsCross, openssl }:
|
||||
{
|
||||
lib,
|
||||
fetchgit,
|
||||
stdenv,
|
||||
buildPackages,
|
||||
pkgsCross,
|
||||
openssl,
|
||||
}:
|
||||
|
||||
let
|
||||
target-board = "imx93";
|
||||
in stdenv.mkDerivation rec {
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "imx93-atf";
|
||||
version = "2.10.0";
|
||||
platform = target-board;
|
||||
@@ -47,4 +55,3 @@ in stdenv.mkDerivation rec {
|
||||
platforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user