1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 12:05:26 +03:00

release.nix: Build the documentation

This commit is contained in:
Samuel Dionne-Riel 2021-08-26 16:48:30 -04:00
parent dd6abb8ac1
commit e411aaf599

View File

@ -132,10 +132,15 @@ let
{
aarch64-linux.rootfs = aarch64-eval.build.rootfs;
};
doc = import ./doc {
pkgs = pkgs';
};
in
rec {
inherit device;
inherit examples-demo;
inherit doc;
# Overlays build native, and cross, according to shouldEvalOn
overlay = lib.genAttrs systems (system: