From b6cae74f136759b73d05e93622ce0a3b7902c0bb Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 12 Dec 2022 11:39:02 -0800 Subject: feat(wpcarro/lazy-deps): Support wpcarro-deps Replace legacy lazy-deps with the latest pattern. Change-Id: If0b0798d76f63b8a42b222398c043f26e9035e42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7576 Reviewed-by: wpcarro Tested-by: BuildkiteCI Autosubmit: wpcarro --- users/wpcarro/tools/wpcarro-deps.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 users/wpcarro/tools/wpcarro-deps.nix (limited to 'users/wpcarro/tools') 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"; +} -- cgit 1.4.1