try using env to force ssh key
This commit is contained in:
parent
a2b1a22a79
commit
c53bd53f9a
1 changed files with 4 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue