arion/default.nix
2019-06-15 14:32:59 +02:00

7 lines
154 B
Nix

args@{ pkgs ? import ./nix args, system ? null, ... }:
{
inherit (pkgs) arion tests;
doc = pkgs.recurseIntoAttrs (import ./doc { inherit pkgs; });
}