hooked/shell.nix

8 lines
115 B
Nix
Raw Normal View History

2024-01-17 17:14:52 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
2024-01-17 17:19:54 +00:00
packages = [ cargo-make mdbook mdbook-linkcheck ];
2024-01-17 17:14:52 +00:00
}