This website requires JavaScript.
Explore
Help
Sign In
Holllo
/
hooked
Watch
1
Fork
You've already forked hooked
0
Code
Issues
3
Releases
1
Activity
15dcca32b0
hooked
/
shell.nix
8 lines
98 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
rec
{
packages
=
[
cargo-make
mdbook
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink