try using env to force ssh key

This commit is contained in:
Gregory Burd 2024-05-04 20:23:52 +00:00
parent a2b1a22a79
commit c53bd53f9a

View file

@ -23,6 +23,7 @@
lldb lldb
m4 m4
neovim neovim
openssh
perl perl
pkg-config pkg-config
python3 python3
@ -31,7 +32,9 @@
# pkgs.python311Packages.pip # pkgs.python311Packages.pip
]; ];
# Sets environment variables in the workspace # Sets environment variables in the workspace
env = { }; env = {
GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519 -F /dev/null";
};
idx = { idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id" # Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [ extensions = [