mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
7fee13eb4c
This will cache the output of `passwordCommand` per authentication realm. Context: the `credentials` key in `sbt` is a `TaskKey[Seq[Credentials]]`. In `sbt`, tasks are evaluated on-demand and their output is not cached. This particular key is referenced by all submodules in a project. When the command is relatively expensive (e.g.: `pass show foo`), this results in several seconds of delay when doing basic things like `compile` or `test` which makes this unusable without some kind of caching. |
||
---|---|---|
.. | ||
credentials.nix | ||
default.nix | ||
deprecated-options.nix | ||
plugins.nix | ||
repositories.nix | ||
user-config-path.nix |