From 74feeec4f13d06de85bcb86fa7136021a331f06c Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 15 Feb 2025 03:05:06 +0100 Subject: [PATCH] docs: fix broken blueprints symlink Recent nixpkgs unstable added a symlink checker that discovered the blueprints symlink didn't point to the correct directory location. --- components/docs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/docs.nix b/components/docs.nix index b476407..521f2d5 100644 --- a/components/docs.nix +++ b/components/docs.nix @@ -18,7 +18,9 @@ buildNapalmPackage "${authentik-src}/website" { ]; installPhase = '' rm -r ../website/node_modules/.cache + rm -f ../website/static/blueprints mv -v ../website $out + cp -vr ../blueprints $out/static/blueprints ''; # These are lockfiles with extra deps that are required to successfully build