1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-22 10:19:39 +01:00
home-manager/tests/modules/programs/sbt
Darren Gibson ec71b51628
sbt: Scoping credentials to ThisBuild (#6026)
In Sbt (prior to 2.0) a sbt key not scoped to `ThisBuild` will always be at the project level, rather than at the build level.
In order to do some things, like use a private repository configured by sbt with sbt-scalafix, we need the credentials scope to the build, otherwise the credentials show as non-existent.
2025-05-07 18:40:35 -05:00
..
credentials.nix sbt: Scoping credentials to ThisBuild (#6026) 2025-05-07 18:40:35 -05:00
default.nix sbt: allow managing the ~/.sbt/repositories file 2022-10-07 00:23:29 +02:00
deprecated-options.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
plugins.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
repositories.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
user-config-path.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00