shell.nix: Make host key import find gpg
This commit is contained in:
parent
4d6530a56d
commit
85546a5ab7
|
@ -60,6 +60,6 @@ pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
${pre-commit-check.shellHook}
|
${pre-commit-check.shellHook}
|
||||||
|
|
||||||
find ${./. + "/keys"} -type f -print0 | xargs -0 gpg --quiet --import
|
find ${./. + "/keys"} -type f -print0 | xargs -0 ${pkgs.gnupg}/bin/gpg --quiet --import
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue