docs: community builder -> community builders

This commit is contained in:
zowoq 2025-01-18 09:47:19 +10:00
parent 0cfefb375c
commit bec22c0142
4 changed files with 14 additions and 5 deletions

View file

@ -5,7 +5,10 @@
docs =
pkgs.runCommand "docs"
{
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
buildInputs = [
pkgs.python3.pkgs.mkdocs-material
pkgs.python3.pkgs.mkdocs-material.optional-dependencies.recommended
];
files = pkgs.lib.fileset.toSource {
root = ../.;
fileset = pkgs.lib.fileset.unions [

View file

@ -1,6 +1,6 @@
### Hosts
#### `build01` - [`build-box.nix-community.org`](./community-builder.md)
#### `build01` - [`build-box.nix-community.org`](./community-builders.md)
- Provider: Hetzner
- CPU: AMD Ryzen 9 3900 12-Core Processor
@ -30,7 +30,7 @@
- RAM: 128GB DDR4 ECC
- Drives: 2 x 960GB NVME
#### `build05` - [`aarch64-build-box.nix-community.org`](./community-builder.md)
#### `build05` - [`aarch64-build-box.nix-community.org`](./community-builders.md)
- Provider: Hetzner
- Instance type: [RX170](https://www.hetzner.com/dedicated-rootserver/rx170)
@ -38,7 +38,7 @@
- RAM: 128GB DDR4 ECC
- Drives: 2 x 960GB NVME
#### `darwin01` - [`darwin-build-box.nix-community.org`](./community-builder.md)
#### `darwin01` - [`darwin-build-box.nix-community.org`](./community-builders.md)
- Provider: OakHost
- Instance type: [Apple Mac mini M4.M](https://www.oakhost.net/product/mac-mini-hosting-m4-32gb)

View file

@ -7,7 +7,7 @@ nav:
- Faster GitHub Actions: namespace-actions.md
- package-sets.md
- cache.md
- community-builder.md
- community-builders.md
- R. RyanTM nixpkgs-update bot: update-bot.md
- NUR update: nur-update.md
- nix-community.org DNS: dns.md
@ -40,6 +40,12 @@ markdown_extensions:
- toc:
toc_depth: 0
plugins:
- redirects:
redirect_maps:
"community-builder.md": "community-builders.md"
- search
extra:
social:
- icon: fontawesome/brands/github