{ h2, pkgs, webringMembers, ... }: let inherit (pkgs) lib; inherit (lib.attrsets) hasAttr; inherit (lib.lists) map; inherit (lib.strings) concatStrings optionalString; in { template = "passthrough"; format = "html"; output = /*html*/'' nix webring

work in progress

nix webring

nix webring logo
${h2 "webring members"} ${h2 "about"}

this is a webring for people passionate about nix/os

${h2 "joining"}

to join, have a personal website (bonus points if it uses nix!) and add the following links to it (they have to be on the main page):

and make a PR to one of the repos adding yourself to the webring.nix file:
{ name = "name"; domain = "mysite.tld"; config = "gitforge.tld/name/nixos"; }
linking your nixos config is entirely optional! (you'll be way cooler though)

${h2 "support"}

if you don't know how to / can't make a PR for some reason feel free to contact me, I can add you to the webring myself

''; }