added uv sync to shell hook

This commit is contained in:
John Lancaster
2024-09-16 04:00:00 +00:00
parent 0999bf43ec
commit 404ce85430
2 changed files with 5 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ in
ssh.enable = true;
bash = {
enable = true;
profileExtra = "cd ${adPath}";
profileExtra = "cd ${adNixPath}";
};
};
};