docs: Add an option search to our documentation

This commit is contained in:
traxys 2024-07-19 20:14:20 +02:00 committed by GaetanLepage
parent 30ab203d56
commit 42a7676d5a
6 changed files with 81 additions and 19 deletions

View file

@ -1,10 +1,16 @@
{
perSystem =
{ pkgsUnfree, config, ... }:
{
pkgsUnfree,
config,
inputs',
...
}:
{
packages = import ../docs {
# Building the docs evaluates each plugin's default package, some of which are unfree
pkgs = pkgsUnfree;
inherit (inputs') nuschtosSearch;
};
# Test that all packages build fine when running `nix flake check`.