docs-site/nix/shells/default/default.nix
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

2 lines
62 B
Nix

{ mkShell, nodejs_20 }: mkShell { packages = [ nodejs_20 ]; }