mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-23 20:46:51 +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 {
|
||||
packages = [
|
||||
pkgs.lychee
|
||||
|
@@ -85,7 +85,8 @@ in
|
||||
url = "https://github.com/SemanticMediaWiki/Mermaid/archive/refs/tags/3.1.0.zip";
|
||||
hash = "sha256-tLOdAsXsaP/URvKcl5QWQiyhMy70qn8Fi8g3+ecNOWQ=";
|
||||
}; # Adds diagram generation
|
||||
} // pkgs.callPackages ./extensions.nix { };
|
||||
}
|
||||
// pkgs.callPackages ./extensions.nix { };
|
||||
extraConfig = ''
|
||||
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
|
||||
$wgCaptchaQuestions = [
|
||||
|
Reference in New Issue
Block a user