mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
parent
facf6b2d0c
commit
faa2e6306c
2 changed files with 6 additions and 1 deletions
|
@ -8,3 +8,5 @@ title = "nixvim docs"
|
|||
[output.html.fold]
|
||||
enable = true
|
||||
level = 0
|
||||
|
||||
[preprocessor.alerts]
|
||||
|
|
|
@ -252,7 +252,10 @@ pkgs.stdenv.mkDerivation {
|
|||
|
||||
phases = [ "buildPhase" ];
|
||||
|
||||
buildInputs = [ pkgs.mdbook ];
|
||||
buildInputs = [
|
||||
pkgs.mdbook
|
||||
pkgs.mdbook-alerts
|
||||
];
|
||||
inputs = lib.sourceFilesBySuffices ./. [
|
||||
".md"
|
||||
".toml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue