hooked/shell.nix

8 lines
115 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
packages = [ cargo-make mdbook mdbook-linkcheck ];
}