We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490593 commit e9237fbCopy full SHA for e9237fb
shell.nix
@@ -0,0 +1,6 @@
1
+{ pkgs ? import <nixpkgs> {} }:
2
+ pkgs.mkShell {
3
+ nativeBuildInputs = with pkgs; [
4
+ mdbook
5
+ ];
6
+}
0 commit comments