mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
ttop: format with nixfmt
This commit is contained in:
parent
de085eaf7a
commit
95688b938d
@ -1,4 +1,9 @@
|
|||||||
{ lib, buildNimPackage, fetchFromGitHub, testers }:
|
{
|
||||||
|
lib,
|
||||||
|
buildNimPackage,
|
||||||
|
fetchFromGitHub,
|
||||||
|
testers,
|
||||||
|
}:
|
||||||
|
|
||||||
buildNimPackage (finalAttrs: {
|
buildNimPackage (finalAttrs: {
|
||||||
pname = "ttop";
|
pname = "ttop";
|
||||||
@ -29,7 +34,10 @@ buildNimPackage (finalAttrs: {
|
|||||||
changelog = "https://github.com/inv2004/ttop/releases/tag/${finalAttrs.src.rev}";
|
changelog = "https://github.com/inv2004/ttop/releases/tag/${finalAttrs.src.rev}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ figsoda sikmir ];
|
maintainers = with maintainers; [
|
||||||
|
figsoda
|
||||||
|
sikmir
|
||||||
|
];
|
||||||
mainProgram = "ttop";
|
mainProgram = "ttop";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user