about summary refs log tree commit diff
path: root/modules/core/lazy-packages.nix
Commit message (Collapse)AuthorAgeFilesLines
* modules/core: Add a new module for lazy packagesaszlig2017-02-081-0/+67
This allows to add packages to vuizvui.lazyPackages which then aren't directly installed onto the system but instead built by the Hydra and only fetched from it as soon as a binary of one of these packages is executed. Doing this only within a NixOS module however isn't enough, because by default gc-keep-outputs is false, so a garbage collect on the Hydra instance would remove the packages we wrap in vuizvui.lazyPackages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>