From c73441631440dd60b1cfab0db0ddde8fdbe45b33 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 18 Jan 2022 12:11:30 -0800 Subject: feat(wpcarro/configs): Define {import,export}-gpg in Nix Note: Calling `export-gpg` (relying on the symlink to `__dispatch.sh`) hangs because it's prompting the user for the password to decrypt the secrets, but for some reason no prompt displays. When I call... ```shell $ nix-build /depot -A users.wpcarro.configs.export-gpg $ ./result ``` ...it WAIs. I need to debug this, but I'm committing the work for now because it's making my `magit-status` noisy. TODO(wpcarro): Merge and reconcile configs, dotfiles. Change-Id: I2b91323824cab37daa9d880cbb42f38e33ca10e1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4998 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/bin/export-gpg | 1 + 1 file changed, 1 insertion(+) create mode 120000 users/wpcarro/bin/export-gpg (limited to 'users/wpcarro/bin/export-gpg') diff --git a/users/wpcarro/bin/export-gpg b/users/wpcarro/bin/export-gpg new file mode 120000 index 0000000000..8390ec9c96 --- /dev/null +++ b/users/wpcarro/bin/export-gpg @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file -- cgit 1.4.1