mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 12:27:01 +08:00
sagt: fix nixos
This commit is contained in:
parent
0f6ee20bed
commit
a87bc0b36d
|
@ -25,7 +25,7 @@ find_so_file()
|
|||
create_agent()
|
||||
{
|
||||
local IFS=","
|
||||
ssh-agent -P "${SO_PATHS[*]}"
|
||||
ssh-agent -P "${SO_PATHS[*]},/nix/store/*"
|
||||
}
|
||||
|
||||
kill_agent()
|
||||
|
|
Loading…
Reference in New Issue
Block a user