This website requires JavaScript.
Explore
Help
Sign In
driftingnebula
/
driftingnebula-com
Watch
1
Fork
You've already forked driftingnebula-com
0
Code
5b59b7bacb
driftingnebula-com
/
shell.nix
11 lines
102 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
,
}:
with
pkgs
;
mkShell
{
packages
=
[
bun
cargo-make
]
;
}
View Git Blame
Copy Permalink