This website requires JavaScript.
Explore
Help
Register
Sign In
auxolotl
/
docs-site
Watch
21
Star
0
Fork
You've already forked docs-site
0
Code
Issues
Pull requests
1
Actions
Packages
Projects
Releases
Activity
c6cca82e73
docs-site
/
nix
/
shells
/
default
/
default.nix
2 lines
62 B
Nix
Raw
Normal View
History
Unescape
Escape
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:54:26 +00:00
{
mkShell
,
nodejs_20
}:
mkShell
{
packages
=
[
nodejs_20
]
;
}
Reference in a new issue
Copy permalink