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]
|
[output.html.fold]
|
||||||
enable = true
|
enable = true
|
||||||
level = 0
|
level = 0
|
||||||
|
|
||||||
|
[preprocessor.alerts]
|
||||||
|
|
|
@ -252,7 +252,10 @@ pkgs.stdenv.mkDerivation {
|
||||||
|
|
||||||
phases = [ "buildPhase" ];
|
phases = [ "buildPhase" ];
|
||||||
|
|
||||||
buildInputs = [ pkgs.mdbook ];
|
buildInputs = [
|
||||||
|
pkgs.mdbook
|
||||||
|
pkgs.mdbook-alerts
|
||||||
|
];
|
||||||
inputs = lib.sourceFilesBySuffices ./. [
|
inputs = lib.sourceFilesBySuffices ./. [
|
||||||
".md"
|
".md"
|
||||||
".toml"
|
".toml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue