add nix compatible build environment

This commit is contained in:
do butterflies cry? 2026-03-14 16:12:39 +10:00
parent 6e74e3bb32
commit 7640fd995a
Signed by: cry
GPG key ID: F68745A836CA0412
7 changed files with 219 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Wowzers what a cool website!
Source code for da website o_O
### Local Development
>[!WARNING]
> My computers run NixOS so deployment relies on this fact
> If you don't have Nix see the [[#Without Nix|non-nix section]].
```bash
$ nix develop
nix-shell$ ./serve &
```