nex-pkg 0.3.0

Package manager UX for nix-darwin + homebrew
1
2
3
4
5
6
7
8
9
10
11
12
13
---
import Base from '../layouts/Base.astro';
---

<Base title="404 — nex">
  <section class="hero" style="padding-top: 10rem; text-align: center;">
    <div class="container">
      <h1 style="font-family: var(--mono); font-size: 4rem; color: var(--fg-muted);">404</h1>
      <p style="color: var(--fg-dim); margin-top: 1rem;">Package not found.</p>
      <p style="margin-top: 2rem;"><a href="/">Back to home</a></p>
    </div>
  </section>
</Base>