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:
parent
6af7fb2623
commit
74feeec4f1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue