inbuiltins.path{# We use builtins.path so that we can name the resulting derivation, otherwise the name would be taken from the checkout directory, which is outside of our control
# Keep this filter as restrictive as possible in order to avoid unnecessary rebuilds and limit closure size
mkFilter{
dirRootsToInclude=[
"components/src""react-native/src/cljsjs""react-native/src/mobile""src""env/prod""prod"# Taken from project.clj :profiles :prod :cljsbuild :builds :android :source-paths
# On macOS, lein tries to create $HOME/.lein, which fails with java.lang.Exception: Couldn't create directories: /homeless-shelter/.lein, so we just make it use a temp dir