Commit graph

2 commits

Author SHA1 Message Date
Skyler Grey 4dd4be6e8a fix: Remove garbage "hash-source" path from content
Previously, when this was used as a flake, the src/content/wiki directory
was as empty folder. This meant that the nix script would move the
content in, keeping the source folder name intact

By moving the content of the folder, we can mitigate this issue no matter
whether the folder was pre-existing
2024-05-17 16:35:28 -04:00
Skyler Grey 295db9c69c
feat: Add nix package
We've used snowfall here to simplify writing our flake, as well as to
make it use a similar structure to auxolotl/website

BREAKING-CHANGE: This replaces bun with nodejs, as buildNpmPackage cannot take a bun.lockb
2024-05-17 00:59:16 +00:00