From ebf0538a588c62748e0155116f38b46e18abb260 Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Mon, 21 Oct 2024 18:00:49 +0200 Subject: [PATCH] Remove clone command in the hope of this working --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 0df0ace..5e5b5f7 100644 --- a/shell.nix +++ b/shell.nix @@ -5,8 +5,8 @@ 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 git