add analytics
This commit is contained in:
parent
ea8b02fc3b
commit
f1d3b5e162
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue