mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-04 21:18:28 +03:00
release.nix: Build the documentation
This commit is contained in:
parent
dd6abb8ac1
commit
e411aaf599
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user