From f980ebd313ebdf2716262584787541ae8adc20cc Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 12 Aug 2022 08:40:51 +0000 Subject: release.nix: build Documentation This will allow the documentation dependencies to be included in the binary cache, which will save potential documentation contributors from having to wait for sassc and an X server to compile. Signed-off-by: Alyssa Ross --- release.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release.nix b/release.nix index ab753ac..da7123f 100644 --- a/release.nix +++ b/release.nix @@ -6,5 +6,7 @@ { pkgs ? import {} }: { + doc = import ./Documentation { inherit pkgs; }; + combined = import img/combined/run-vm.nix { inherit pkgs; }; } -- cgit 1.4.1