From 06f3bce08a6f119a7b8a603cc5bb3f884dd3da56 Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Mon, 21 Oct 2024 17:48:09 +0200 Subject: [PATCH] Add git clone command to nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d579ad7..0df0ace 100644 --- a/shell.nix +++ b/shell.nix @@ -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