arion/nix/ci.nix

7 lines
163 B
Nix
Raw Normal View History

2019-09-28 16:27:07 +02:00
args@{ pkgs ? import ./default.nix args, system ? null, ... }:
{
inherit (pkgs) arion tests;
doc = pkgs.recurseIntoAttrs (import ../doc { inherit pkgs; });
}