mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
docs: use pkgsDoc to build helpers
This commit is contained in:
parent
367380bd84
commit
edc8602d47
2 changed files with 6 additions and 8 deletions
|
@ -1,14 +1,10 @@
|
|||
{ getHelpers, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{
|
||||
pkgsUnfree,
|
||||
config,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
{ pkgsUnfree, config, ... }:
|
||||
{
|
||||
packages = import ../docs {
|
||||
inherit helpers;
|
||||
inherit getHelpers;
|
||||
# Building the docs evaluates each plugin's default package, some of which are unfree
|
||||
pkgs = pkgsUnfree;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue