browserpass/sops-gpg-adapter: remove dead code "sane-secrets-unlock"
i don't give firefox access to ~/.ssh, so this wasn't doing anything
This commit is contained in:
@@ -15,7 +15,7 @@ let
|
||||
sops-gpg-adapter = static-nix-shell.mkBash {
|
||||
pname = "sops-gpg-adapter";
|
||||
srcRoot = ./.;
|
||||
pkgs = [ "gnused" "sane-scripts.secrets-unlock" "sops" ];
|
||||
pkgs = [ "gnused" "sops" ];
|
||||
postInstall = ''
|
||||
ln -s sops-gpg-adapter $out/bin/gpg
|
||||
ln -s sops-gpg-adapter $out/bin/gpg2
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p bash -p gnused -p sane-scripts.secrets-unlock -p sops
|
||||
#!nix-shell -i bash -p bash -p gnused -p sops
|
||||
|
||||
# browserpass "validates" the gpg binary by invoking it with --version
|
||||
if [ "$1" = "--version" ]
|
||||
@@ -8,9 +8,6 @@ then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# ensure the secret store is unlocked
|
||||
sane-secrets-unlock
|
||||
|
||||
# using exec here forwards our stdin
|
||||
# browserpass parses the response in
|
||||
# <browserpass-extension/src/background.js#parseFields>
|
||||
|
Reference in New Issue
Block a user