Skip to content

Commit 629e69b

Browse files
docfx: init at 2.78.3 (#387018)
2 parents 845dc1e + c24a056 commit 629e69b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21417,6 +21417,12 @@
2141721417
githubId = 33031;
2141821418
name = "Greg Pfeil";
2141921419
};
21420+
semtexerror = {
21421+
email = "[email protected]";
21422+
github = "SemtexError";
21423+
githubId = 8776314;
21424+
name = "Robin";
21425+
};
2142021426
sengaya = {
2142121427
email = "[email protected]";
2142221428
github = "sengaya";

pkgs/by-name/do/docfx/package.nix

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
lib,
3+
buildDotnetGlobalTool,
4+
dotnetCorePackages,
5+
}:
6+
7+
buildDotnetGlobalTool {
8+
pname = "docfx";
9+
version = "2.78.3";
10+
11+
dotnet-sdk = dotnetCorePackages.sdk_8_0;
12+
dotnet-runtime = dotnetCorePackages.runtime_8_0;
13+
14+
nugetHash = "sha256-hLb6OmxqXOOxFaq/N+aZ0sAzEYjU0giX3c1SWQtKDbs=";
15+
16+
meta = {
17+
description = "Build your technical documentation site with docfx, with landing pages, markdown, API reference docs for .NET, REST API and more";
18+
homepage = "https://github.com/dotnet/docfx";
19+
license = lib.licenses.mit;
20+
mainProgram = "docfx";
21+
maintainers = with lib.maintainers; [ semtexerror ];
22+
};
23+
}

0 commit comments

Comments
 (0)