some grammatical fixes and add nixpkgs

This commit is contained in:
Henry Hiles 2026-01-24 21:47:52 +00:00
commit 0038f623c8
No known key found for this signature in database
3 changed files with 24 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 353 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

View file

@ -6,7 +6,7 @@ import logoLong from "../images/logoLong.svg"
import ai900 from "../images/certificates/ai900.png" import ai900 from "../images/certificates/ai900.png"
import az900 from "../images/certificates/az900.png" import az900 from "../images/certificates/az900.png"
import dp900 from "../images/certificates/dp900.png" import dp900 from "../images/certificates/dp900.png"
import quantarcSite from "../images/projects/quantarcSite.png" import nixpkgs from "../images/projects/nixpkgs.png"
import matrixOidc from "../images/projects/matrixOidc.png" import matrixOidc from "../images/projects/matrixOidc.png"
import nexusBot from "../images/projects/nexusBot.png" import nexusBot from "../images/projects/nexusBot.png"
import federatedNexus from "../images/projects/federatedNexus.png" import federatedNexus from "../images/projects/federatedNexus.png"
@ -118,7 +118,7 @@ import CallToAction from "../components/CallToAction.astro"
>MatrixOIDC</a >MatrixOIDC</a
>, for Federated Nexus, an API that allows for OIDC >, for Federated Nexus, an API that allows for OIDC
login to services authenticating against a Matrix login to services authenticating against a Matrix
homeserver, without the the homeserver needing to homeserver, without the homeserver needing to
support OIDC. support OIDC.
</p> </p>
</article> </article>
@ -138,9 +138,9 @@ import CallToAction from "../components/CallToAction.astro"
href="https://git.federated.nexus/Federated-Nexus/nexusbot" href="https://git.federated.nexus/Federated-Nexus/nexusbot"
>Nexusbot</a >Nexusbot</a
>, a bot which automates the signup process for >, a bot which automates the signup process for
Federated Nexus by sending user registrations into Federated Nexus. It does this by sending user
an administrator Matrix room, where each application registrations into an administrator Matrix room,
can be accepted or denied. where each application can be accepted or denied.
</p> </p>
</article> </article>
<aside> <aside>
@ -150,6 +150,25 @@ import CallToAction from "../components/CallToAction.astro"
/> />
</aside> </aside>
</section> </section>
<section>
<article>
<h3>Nixpkgs</h3>
<span>Aug 2023 - Present</span>
<p>
I maintain many packages in <a
href="https://github.com/NixOS/nixpkgs"
>Nixpkgs</a
>, a collection of over 120,000 software packages
that can be installed with the Nix package manager.
</p>
</article>
<aside>
<Image
src={nixpkgs}
alt="A screenshot showing Nixpkgs open in VSCodium"
/>
</aside>
</section>
<section> <section>
<article> <article>
<h3 <h3