The default setting for a WorkspaceConfig
's packagesDir
option.
Equations
- Lake.defaultPackagesDir = { toString := "lake-packages" }
Instances For
- packagesDir : Lake.FilePath
The directory to which Lake should download remote dependencies. Defaults to
defaultPackagesDir
(i.e.,lake-packages
).
A Workspace
's declarative configuration.
Instances For
Equations
- Lake.instInhabitedWorkspaceConfig = { default := { packagesDir := default } }
Equations
- Lake.instReprWorkspaceConfig = { reprPrec := Lake.reprWorkspaceConfig✝ }