blob: 5eafd0bfda14b62e4b3614167f51bef7fa28f17a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Shell derivation to invoke //nix/lazy-deps with the dependencies that should
# be lazily made available in wpcarro's users dir in depot.
{ pkgs, depot, ... }:
depot.nix.lazy-deps {
import-gpg.attr = "users.wpcarro.configs.import-gpg";
export-gpg.attr = "users.wpcarro.configs.export-gpg";
}
|