Merge pull request #93 from kilimnik/sandbox
docs: fix build in non sandboxed mode
This commit is contained in:
commit
3df5c21303
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue