Skip to content

Commit e9237fb

Browse files
Aaron Honeycuttjacobgkau
Aaron Honeycutt
authored andcommitted
Add nix-shell file for mdbook
1 parent 9490593 commit e9237fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shell.nix

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
pkgs.mkShell {
3+
nativeBuildInputs = with pkgs; [
4+
mdbook
5+
];
6+
}

0 commit comments

Comments
 (0)