about summary refs log tree commit diff
path: root/users/wpcarro/tools/wpcarro-deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/tools/wpcarro-deps.nix')
-rw-r--r--users/wpcarro/tools/wpcarro-deps.nix8
1 files changed, 8 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..5eafd0bfda
--- /dev/null
+++ b/users/wpcarro/tools/wpcarro-deps.nix
@@ -0,0 +1,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";
+}