7 lines
163 B
Nix
7 lines
163 B
Nix
|
args@{ pkgs ? import ./default.nix args, system ? null, ... }:
|
||
|
|
||
|
{
|
||
|
inherit (pkgs) arion tests;
|
||
|
doc = pkgs.recurseIntoAttrs (import ../doc { inherit pkgs; });
|
||
|
}
|