about summary refs log tree commit diff
path: root/users/wpcarro/tools
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/tools')
-rw-r--r--users/wpcarro/tools/wpcarro-deps.nix10
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 0000000000..a359dfb746
--- /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";
+}