Skip to content

Commit 0038f62

Browse files
committed
some grammatical fixes and add nixpkgs
1 parent 7a4642b commit 0038f62

3 files changed

Lines changed: 24 additions & 5 deletions

File tree

252 KB
Loading

src/images/projects/nixpkgs.png

291 KB
Loading

src/pages/index.astro

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import logoLong from "../images/logoLong.svg"
66
import ai900 from "../images/certificates/ai900.png"
77
import az900 from "../images/certificates/az900.png"
88
import dp900 from "../images/certificates/dp900.png"
9-
import quantarcSite from "../images/projects/quantarcSite.png"
9+
import nixpkgs from "../images/projects/nixpkgs.png"
1010
import matrixOidc from "../images/projects/matrixOidc.png"
1111
import nexusBot from "../images/projects/nexusBot.png"
1212
import federatedNexus from "../images/projects/federatedNexus.png"
@@ -118,7 +118,7 @@ import CallToAction from "../components/CallToAction.astro"
118118
>MatrixOIDC</a
119119
>, for Federated Nexus, an API that allows for OIDC
120120
login to services authenticating against a Matrix
121-
homeserver, without the the homeserver needing to
121+
homeserver, without the homeserver needing to
122122
support OIDC.
123123
</p>
124124
</article>
@@ -138,9 +138,9 @@ import CallToAction from "../components/CallToAction.astro"
138138
href="https://git.federated.nexus/Federated-Nexus/nexusbot"
139139
>Nexusbot</a
140140
>, a bot which automates the signup process for
141-
Federated Nexus by sending user registrations into
142-
an administrator Matrix room, where each application
143-
can be accepted or denied.
141+
Federated Nexus. It does this by sending user
142+
registrations into an administrator Matrix room,
143+
where each application can be accepted or denied.
144144
</p>
145145
</article>
146146
<aside>
@@ -150,6 +150,25 @@ import CallToAction from "../components/CallToAction.astro"
150150
/>
151151
</aside>
152152
</section>
153+
<section>
154+
<article>
155+
<h3>Nixpkgs</h3>
156+
<span>Aug 2023 - Present</span>
157+
<p>
158+
I maintain many packages in <a
159+
href="https://github.com/NixOS/nixpkgs"
160+
>Nixpkgs</a
161+
>, a collection of over 120,000 software packages
162+
that can be installed with the Nix package manager.
163+
</p>
164+
</article>
165+
<aside>
166+
<Image
167+
src={nixpkgs}
168+
alt="A screenshot showing Nixpkgs open in VSCodium"
169+
/>
170+
</aside>
171+
</section>
153172
<section>
154173
<article>
155174
<h3

0 commit comments

Comments
 (0)