Skip to content

Commit

Permalink
Add mdbook to default devShell for building the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jan 21, 2024
1 parent 2194638 commit 1c7cbc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{ lib
, mdbook
, nannou
, mkShell
, stdenv
}:
mkShell {
name = "nannou-dev";
inputsFrom = [ nannou ];
buildInputs = [ mdbook ];
env = (lib.optionalAttrs stdenv.isLinux
{
inherit (nannou) ALSA_LIB_DEV LD_LIBRARY_PATH XCURSOR_THEME;
Expand Down

0 comments on commit 1c7cbc3

Please sign in to comment.