From 57e97bf64d261507b2cf59a41b0ae6516ac8d1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Mon, 8 Dec 2025 22:59:34 +0100 Subject: [PATCH] output documentation in nix build theses --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5a31dfa..b4c0d39 100644 --- a/flake.nix +++ b/flake.nix @@ -112,6 +112,7 @@ }; packages.bundle = build_with_targets "bundle" ["bundle"] ["target/pack/bundle/."] []; packages.theses = build "theses" (builtins.map (file: "${file}.pdf") [ + "documentation" "bp_cs" "bp_en" "dp_cs" "dp_en" "prj_cs" "prj_en"