From cea6e1ce0b6ffab61fe304dceb049dce268c9b65 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 18 May 2021 15:30:22 +0200 Subject: 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. --- uploader/default.nix | 1 - uploader/yarn.nix | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'uploader') 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 ''; diff --git a/uploader/yarn.nix b/uploader/yarn.nix index 6b646d5..784be48 100644 --- a/uploader/yarn.nix +++ b/uploader/yarn.nix @@ -1305,6 +1305,14 @@ sha1 = "0dd3971213c7c56df880977d504c88fb471a97ac"; }; } + { + name = "lodash___lodash_4.17.21.tgz"; + path = fetchurl { + name = "lodash___lodash_4.17.21.tgz"; + url = "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz"; + sha1 = "679591c564c3bffaae8454cf0b3df370c3d6911c"; + }; + } { name = "lodash___lodash_4.17.20.tgz"; path = fetchurl { -- cgit v1.2.3