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.
This commit is contained in:
Franz Pletz 2025-02-15 03:05:06 +01:00
parent 6af7fb2623
commit 74feeec4f1
No known key found for this signature in database
GPG key ID: EA0080A44798F201

View file

@ -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