Loading
wiki-js: unpack into `source`
We effectively copy everything into `$out` (but this isn't using `buildCommand` to allow applying custom patches). However, this had the effect that `env-vars` was also copied into `$out` retaining a reference to the source tarball. Removing that reduces the closure size from 765.5M to 388.8M, i.e. by about 50.7%.