tvl-depot/users/wpcarro/tools/wpcarro-deps.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
428 B
Nix
Raw Normal View History

# 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";
}