Files
home-manager/modules
Marien Zwart 361ab4484e home-environment: add home.extraDependencies
This should have the same effect `system.extraDependencies` has in
nixpkgs: adds paths to the runtime closure without installing them
anywhere.

This is useful for preventing garbage collection of packages that are
expensive to rebuild. For example:

- nixpkgs itself suggests using this for `factorio.src`, which requires
  a token to fetch.
- we can use it to address #6157: avoid needlessly rebuilding
  completions for packages that do not have any.

The implementation mirrors nixpkgs: add a file containing the store
paths we want to keep around to the home-manager-generation derivation.
2025-05-02 11:11:28 +02:00
..
2025-04-20 20:02:06 -07:00
2025-04-28 21:20:13 -05:00
2025-05-01 15:11:25 -05:00
2025-04-08 08:50:05 -07:00
2025-04-28 11:49:19 -05:00