diff options
author | stuebinm | 2021-05-18 15:30:22 +0200 |
---|---|---|
committer | stuebinm | 2021-05-18 15:30:22 +0200 |
commit | cea6e1ce0b6ffab61fe304dceb049dce268c9b65 (patch) | |
tree | 8655f08e343ad3bb2e2dd6cc7f7fd4a0992ac86a /uploader/yarn.nix | |
parent | 6122eb04910dd6c34585dcbff72679a93b5aeaf5 (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 '')
-rw-r--r-- | uploader/yarn.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uploader/yarn.nix b/uploader/yarn.nix index 6b646d5..784be48 100644 --- a/uploader/yarn.nix +++ b/uploader/yarn.nix @@ -1306,6 +1306,14 @@ }; } { + 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 { name = "lodash___lodash_4.17.20.tgz"; |