diff --git a/index.html b/index.html index 93d3f4876..497fb3ddd 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 2ac2b7a4e..44c1e43c2 100644 --- a/options.html +++ b/options.html @@ -6655,7 +6655,9 @@ but our default is to follow XDG. <home-manager/modules/programs/sbt.nix>
programs.sbt.package
The package with sbt to be installed.
Type: package
Default: pkgs.sbt
Declared by:
<home-manager/modules/programs/sbt.nix>
- |
programs.sbt.baseConfigPath
Where the plugins and credentials should be located.
Type: string
Default: ".sbt/1.0"
Declared by:
+ |
programs.sbt.baseUserConfigPath
Where the sbt configuration files should be located, relative
+HOME
.
+
Type: string
Default: ".sbt"
Declared by:
<home-manager/modules/programs/sbt.nix>
|
programs.sbt.credentials
A list of credentials to define in the sbt configuration directory.
Type: list of (submodule)
Default:
@@ -6705,6 +6707,40 @@ the repository.
<home-manager/modules/programs/sbt.nix>
programs.sbt.plugins.*.version
The version of the plugin.
Type: string
Declared by:
<home-manager/modules/programs/sbt.nix>
+ |
programs.sbt.repositories
A list of repositories to use when resolving dependencies. Defined as a
+list of pre-defined repository or custom repository as a set of name to
+URL. The list will be used populate the ~/.sbt/repositories
+file in the order specified.
+
+
+
+Pre-defined repositories must be one of local
,
+maven-local
, maven-central
.
+
+
+
+Custom repositories are defined as
+{ name-of-repo = "https://url.to.repo.com"}
.
+
+
+ +See +https://www.scala-sbt.org/1.x/docs/Launcher-Configuration.html#3.+Repositories+Section +about this configuration section and +https://www.scala-sbt.org/1.x/docs/Proxy-Repositories.html +to read about proxy repositories. +
Type: list of (one of "local", "maven-central", "maven-local" or attribute set of string)
Default:
+ [
+
+ ]
+
Example:
[ + "local" + { my-ivy-proxy-releases = "http://repo.company.com/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]" } + { my-maven-proxy-releases = "http://repo.company.com/maven-releases/" } + "maven-central" +] +
Declared by:
+ <home-manager/modules/programs/sbt.nix>
|
programs.scmpuff.enable
Whether to enable scmpuff, a command line tool that allows you to work quicker with Git by substituting numeric shortcuts for files.
Type: boolean
Default: false
Example: true
Declared by: