builds: nixos: Use mdbook from nixpkgs to build book Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 2 insertions(+), 4 deletions(-) M .builds/nixos.yml
M .builds/nixos.yml => .builds/nixos.yml +2 -4
@@ 14,10 14,8 @@ tasks: cd imag nix-shell ./shell.nix --run "echo nix-shell ready" - userdoc: | cd imag nix-shell ./shell.nix --run "cargo install mdbook --force" cd doc/user ~/.cargo/bin/mdbook build cd imag/doc/user nix-shell -p mdbook --run "mdbook build" - build: | cd imag nix-shell ./shell.nix --run "cargo build --all --all-features"