From c53bd53f9acb3850585fc7ad1eb71821d3fec7ff Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Sat, 4 May 2024 20:23:52 +0000 Subject: [PATCH] try using env to force ssh key --- .idx/dev.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.idx/dev.nix b/.idx/dev.nix index ef0a54f..0c7da71 100644 --- a/.idx/dev.nix +++ b/.idx/dev.nix @@ -23,6 +23,7 @@ lldb m4 neovim + openssh perl pkg-config python3 @@ -31,7 +32,9 @@ # pkgs.python311Packages.pip ]; # Sets environment variables in the workspace - env = { }; + env = { + GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519 -F /dev/null"; + }; idx = { # Search for the extensions you want on https://open-vsx.org/ and use "publisher.id" extensions = [