mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-24 04:56:14 +02:00
fix formatting
This commit is contained in:
@@ -66,7 +66,8 @@
|
|||||||
))
|
))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
} // (import ./checks/linkcheck/pkgs { inherit pkgs; });
|
}
|
||||||
|
// (import ./checks/linkcheck/pkgs { inherit pkgs; });
|
||||||
devShells.linkcheck = pkgs.mkShell {
|
devShells.linkcheck = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.lychee
|
pkgs.lychee
|
||||||
|
@@ -85,7 +85,8 @@ in
|
|||||||
url = "https://github.com/SemanticMediaWiki/Mermaid/archive/refs/tags/3.1.0.zip";
|
url = "https://github.com/SemanticMediaWiki/Mermaid/archive/refs/tags/3.1.0.zip";
|
||||||
hash = "sha256-tLOdAsXsaP/URvKcl5QWQiyhMy70qn8Fi8g3+ecNOWQ=";
|
hash = "sha256-tLOdAsXsaP/URvKcl5QWQiyhMy70qn8Fi8g3+ecNOWQ=";
|
||||||
}; # Adds diagram generation
|
}; # Adds diagram generation
|
||||||
} // pkgs.callPackages ./extensions.nix { };
|
}
|
||||||
|
// pkgs.callPackages ./extensions.nix { };
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
||||||
$wgCaptchaQuestions = [
|
$wgCaptchaQuestions = [
|
||||||
|
Reference in New Issue
Block a user