mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user