mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +02:00
docs: Add an option search to our documentation
This commit is contained in:
parent
30ab203d56
commit
42a7676d5a
6 changed files with 81 additions and 19 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue