From b54f6d431c8e01f374f62248466bd79ae46538b3 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 23 Oct 2022 23:00:37 +0200 Subject: [PATCH] pkgs/homepage: export switch-report with cabling.md --- nix/pkgs/homepage/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/pkgs/homepage/default.nix b/nix/pkgs/homepage/default.nix index 8f6642a..7b279e8 100644 --- a/nix/pkgs/homepage/default.nix +++ b/nix/pkgs/homepage/default.nix @@ -31,7 +31,8 @@ stdenv.mkDerivation { cat ${./linked-data.html} >> index.html pandoc -t html ${../../../doc/vpn.md} > vpn.html pandoc -t html ${gateway-report} > gateway-report.html - pandoc -t html ${switch-report} > switch-report.html + cat ${../../../cabling.md} ${switch-report} >> switch-report.md + pandoc -t html switch-report.md > switch-report.html pandoc -t html ${vlan-report} > vlan-report.html echo '
' > config.html