diff options
Diffstat (limited to 'users/wpcarro/tools/wpcarro-deps.nix')
-rw-r--r-- | users/wpcarro/tools/wpcarro-deps.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/wpcarro/tools/wpcarro-deps.nix b/users/wpcarro/tools/wpcarro-deps.nix new file mode 100644 index 000000000000..a359dfb746e8 --- /dev/null +++ b/users/wpcarro/tools/wpcarro-deps.nix @@ -0,0 +1,10 @@ +# 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 { + deploy-diogenes.attr = "users.wpcarro.nixos.deploy-diogenes"; + rebuild-diogenes.attr = "users.wpcarro.nixos.rebuild-diogenes"; + import-gpg.attr = "users.wpcarro.configs.import-gpg"; + export-gpg.attr = "users.wpcarro.configs.export-gpg"; +} |