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