mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
docs: move pkgs overlays to their own file
This commit is contained in:
parent
27a0dd435d
commit
6665521525
3 changed files with 58 additions and 42 deletions
|
@ -1,15 +1,16 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{
|
||||
pkgsUnfree,
|
||||
config,
|
||||
inputs',
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
packages = import ../docs {
|
||||
# Building the docs evaluates each plugin's default package, some of which are unfree
|
||||
pkgs = pkgsUnfree;
|
||||
inherit system;
|
||||
inherit (inputs) nixpkgs;
|
||||
inherit (inputs') nuschtosSearch;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue