Merge pull request #93 from kilimnik/sandbox

docs: fix build in non sandboxed mode
This commit is contained in:
Maximilian Bosch 2026-02-21 15:58:40 +01:00 committed by GitHub
commit 3df5c21303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,8 @@ buildNapalmPackage "${authentik-src}/website" {
]; ];
installPhase = '' installPhase = ''
rm -f ../website/static/blueprints rm -f ../website/static/blueprints
mv -v ../website $out cp -vr ../blueprints ../website/static/blueprints
cp -vr ../blueprints $out/static/blueprints cp -vr ../website $out
''; '';
# These are lockfiles with extra deps that are required to successfully build # These are lockfiles with extra deps that are required to successfully build