hooked/shell.nix

8 lines
98 B
Nix
Raw Normal View History

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