Fork me on GitHub
#mount
<
2019-05-09
>
ben09:05:12

Is it possible to swap a map value only in a mounted state? I have some environment variables read in as a map with mount, and during testing I want to swap out one of these values with a known constant (keeping the others the same). Is this possible?

ben14:05:40

If anyone in the future comes across this, I have come up with a workaround with mount.core/swap-states