Remove clone command in the hope of this working
This commit is contained in:
parent
2b1cb04e13
commit
ebf0538a58
|
|
@ -5,8 +5,8 @@ pkgs.mkShell {
|
||||||
echo pinentry-program > $HOME/.gnupg/gpg-agent.conf $(which pinentry-curses)
|
echo pinentry-program > $HOME/.gnupg/gpg-agent.conf $(which pinentry-curses)
|
||||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
gpg-connect-agent reloadagent /bye
|
gpg-connect-agent reloadagent /bye
|
||||||
git clone ssh://git@git.cluster.gay:2222/hans/nix.git
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
gnupg
|
gnupg
|
||||||
git
|
git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue