Skip to content

Commit 1aa2abd

Browse files
committed
Add nix-shell for mdbook
1 parent e2a56d7 commit 1aa2abd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ pkgs ? import <nixpkgs> { } }:
2+
pkgs.mkShellNoCC {
3+
packages = [
4+
pkgs.mdbook
5+
pkgs.mdbook-footnote
6+
];
7+
}

0 commit comments

Comments
 (0)