Skyler Grey
295db9c69c
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
2 lines
62 B
Nix
2 lines
62 B
Nix
{ mkShell, nodejs_20 }: mkShell { packages = [ nodejs_20 ]; }
|