aboutsummaryrefslogtreecommitdiff
path: root/uploader/default.nix
diff options
context:
space:
mode:
authorstuebinm2021-05-18 15:30:22 +0200
committerstuebinm2021-05-18 15:30:22 +0200
commitcea6e1ce0b6ffab61fe304dceb049dce268c9b65 (patch)
tree8655f08e343ad3bb2e2dd6cc7f7fd4a0992ac86a /uploader/default.nix
parent6122eb04910dd6c34585dcbff72679a93b5aeaf5 (diff)
unbreak tcm version
the derivations build successfully again (except for the universially-broken maps package), but were not yet proven to work with the nixos module, since a configuration variable for the frontend package was changed in this update.
Diffstat (limited to 'uploader/default.nix')
-rw-r--r--uploader/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/uploader/default.nix b/uploader/default.nix
index 4593caa..30e2f4e 100644
--- a/uploader/default.nix
+++ b/uploader/default.nix
@@ -25,7 +25,6 @@ yarn2nix-moretea.mkYarnPackage rec {
buildPhase = ''
mkdir -p $out
- # ln -s ${workadventure.messages.outPath}/generated deps/workadventureback/src/Messages/generated
HOME=$TMPDIR yarn --offline run tsc
cp -r deps/workadventureback/dist $out/dist
'';