docs: add nuschtosSearch to book
This provides a nice option search.
This commit is contained in:
parent
6116711cbd
commit
843cfda2ad
5 changed files with 101 additions and 31 deletions
|
@ -47,10 +47,19 @@
|
|||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
# For the formatter (can be set to null)
|
||||
treefmt-nix = {
|
||||
url = "github:numtide/treefmt-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# For generating the docs (can be set to null)
|
||||
nuschtosSearch = {
|
||||
url = "github:NuschtOS/search";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "lix-module/flake-utils";
|
||||
};
|
||||
};
|
||||
# For deduplication
|
||||
systems.url = "github:nix-systems/default";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue