1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-09 18:26:54 +00:00
home-manager/tests/modules/programs/sbt
Jérôme Prudent 1e36429705
sbt: allow irregular plugins to be configured
Sometimes plugins doesn't follow the form

```
addSbtPlugin("${plugin.org}" % "${plugin.artifact}" % "${plugin.version}")
```

for instance

```
addDependencyTreePlugin
```

This commit allow free form plugin dependency.
2025-01-18 09:22:15 +01:00
..
credentials.nix sbt: cache passwordCommand output 2022-10-07 00:40:50 +02:00
default.nix sbt: allow managing the ~/.sbt/repositories file 2022-10-07 00:23:29 +02:00
deprecated-options.nix sbt: allow managing the ~/.sbt/repositories file 2022-10-07 00:23:29 +02:00
plugins.nix sbt: allow irregular plugins to be configured 2025-01-18 09:22:15 +01:00
repositories.nix sbt: allow managing the ~/.sbt/repositories file 2022-10-07 00:23:29 +02:00
user-config-path.nix sbt: allow managing the ~/.sbt/repositories file 2022-10-07 00:23:29 +02:00