The default directory to output Lake-related files (e.g., build artifacts, packages, caches, etc.). Currently not configurable.
Equations
- Lake.defaultLakeDir = { toString := ".lake" }
Instances For
The default setting for a WorkspaceConfig
's packagesDir
option.
Equations
- Lake.defaultPackagesDir = { toString := "packages" }
Instances For
A Workspace
's declarative configuration.
- packagesDir : Lake.FilePath
The directory to which Lake should download remote dependencies. Defaults to
defaultLakeDir / defaultPackagesDir
(i.e.,.lake/packages
).
Instances For
Equations
- Lake.instInhabitedWorkspaceConfig = { default := { packagesDir := default } }
Equations
- Lake.instReprWorkspaceConfig = { reprPrec := Lake.reprWorkspaceConfig✝ }