mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
refactor: rfc formatting
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ stdenv, fetchFromGitHub, glibc, lib, }:
|
||||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
glibc,
|
||||
lib,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "lpc21isp";
|
||||
src = fetchFromGitHub {
|
||||
@@ -13,8 +18,7 @@ stdenv.mkDerivation {
|
||||
cp lpc21isp $out/bin
|
||||
'';
|
||||
meta = with lib; {
|
||||
description =
|
||||
"Portable command line ISP for NXP LPC family and Analog Devices ADUC70xx";
|
||||
description = "Portable command line ISP for NXP LPC family and Analog Devices ADUC70xx";
|
||||
homepage = "https://github.com/capiman/lpc21isp";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = [ maintainers.theaninova ];
|
||||
|
||||
Reference in New Issue
Block a user