nginx: get rid of some logging and fix hopglass build
This commit is contained in:
parent
c515a46692
commit
eb46df56d2
3 changed files with 12 additions and 1 deletions
|
@ -30,7 +30,7 @@ yarn2nix.mkYarnPackage {
|
|||
'';
|
||||
distPhase = ''
|
||||
cp -Rv build/* $out/
|
||||
ln -s "$conf" $out/config.json
|
||||
cat "$conf" > $out/config.json
|
||||
'';
|
||||
allowedReferences = [ "out" ];
|
||||
yarnPreBuild = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue