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 <wpcarro@gmail.com> Tested-by: BuildkiteCI Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
9166a9915a
commit
b6cae74f13
7 changed files with 13 additions and 37 deletions
10
users/wpcarro/tools/wpcarro-deps.nix
Normal file
10
users/wpcarro/tools/wpcarro-deps.nix
Normal file
|
|
@ -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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue