This website requires JavaScript.
Explore
Help
Sign in
troy
/
troylusty.com
Watch
1
Star
0
Fork
You've already forked troylusty.com
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
907747cd8e
troylusty.com
/
shell.nix
7 lines
109 B
Nix
Raw
Normal View
History
Unescape
Escape
add nix shell with dependencies (#12)
2025-01-04 22:26:08 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
nativeBuildInputs
=
with
pkgs
.
buildPackages
;
[
build site with bun (#32)
2025-01-18 21:50:40 +00:00
bun
add nix shell with dependencies (#12)
2025-01-04 22:26:08 +00:00
]
;
}
Reference in a new issue
Copy permalink