nginx: get rid of some logging and fix hopglass build

This commit is contained in:
Daniel Frank 2019-08-11 16:57:55 +02:00
commit eb46df56d2
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
3 changed files with 12 additions and 1 deletions

View file

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