chore: update dev environment and sync workflow

- Add nil LSP package to devenv.nix
- Add datasets and rich.progress imports to feature_retrieval.py
- Update pyproject.toml ty environment config
- Expand .stignore with cache directories
- Update uv.lock dependency lock
- Update AGENTS.md, adding the content of development environment11
This commit is contained in:
2026-04-02 14:38:28 +08:00
parent aedcb25610
commit eaf02cc97a
7 changed files with 3937 additions and 3899 deletions

View File

@@ -15,11 +15,12 @@
nvidiaVersion = "580.126.09";
};
in {
packages = [
packages = with pkgs; [
nil
];
enterShell = ''
export UV_PROJECT_ENVIRONMENT=$HOME/.local/share/mamba/envs/mini-nav/
export UV_PROJECT_ENVIRONMENT=$MAMBA_ROOT_PREFIX/envs/mini-nav
eval "$(micromamba shell hook --shell bash)"
micromamba activate mini-nav