add analytics

This commit is contained in:
outfoxxed 2024-11-09 03:09:09 -08:00
parent ea8b02fc3b
commit f1d3b5e162
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 10 additions and 2 deletions

View file

@ -76,9 +76,10 @@ in {
chmod +rw -R node_modules
'';
PRODUCTION = true;
SECRET_MODULES_PATH = if quickshell-types == null then "" else quickshell-types;
buildPhase = ''
${if quickshell-types != null then "export SECRET_MODULES_PATH=${quickshell-types}" else ""}
echo SECRET_MODULES_PATH: $SECRET_MODULES_PATH
HOME=$(pwd)/garbage-tooling yarn build
'';