mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-08 18:11:07 +01:00
flake: move the nuschtosSearch input to the dev flake
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
67ddb71d85
commit
812d7e639d
6 changed files with 101 additions and 93 deletions
|
|
@ -2,7 +2,7 @@
|
|||
system,
|
||||
nixvim,
|
||||
nixpkgs,
|
||||
nuschtosSearch,
|
||||
mkNuschtosSearch,
|
||||
}:
|
||||
let
|
||||
# We overlay a few tweaks into pkgs, for use in the docs
|
||||
|
|
@ -114,7 +114,7 @@ lib.fix (self: {
|
|||
inherit nixvim lib;
|
||||
};
|
||||
|
||||
search = nuschtosSearch.packages.mkSearch {
|
||||
search = mkNuschtosSearch {
|
||||
optionsJSON = options-json + "/share/doc/nixos/options.json";
|
||||
urlPrefix = "https://github.com/nix-community/nixvim/tree/main";
|
||||
title = "Nixvim options search";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue