Add git clone command to nix shell

This commit is contained in:
Hans Muendelein 2024-10-21 17:48:09 +02:00
parent 36faf97903
commit 06f3bce08a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pkgs.mkShell {
echo pinentry-program > $HOME/.gnupg/gpg-agent.conf $(which pinentry-curses)
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpg-connect-agent reloadagent /bye
git clone ssh://git@git.cluster.gay:2222/hans/nix.git
'';
buildInputs = with pkgs; [
gnupg