6 lines
139 B
Nix
6 lines
139 B
Nix
args@{ pkgs ? import ./nix args, ... }:
|
|
|
|
{
|
|
inherit (pkgs) arion tests;
|
|
doc = pkgs.recurseIntoAttrs (import ./doc { inherit pkgs; });
|
|
}
|