Workspace tweaks (#1849)

## Changes

Mostly chore changes around vscode and jetbrains workspace settings, and
some basedpyright settings tweaks, to allow direnv to work and nixd
autocomplete with flake parts to work
This commit is contained in:
Andrei Cravtov
2026-04-07 18:26:29 +01:00
committed by GitHub
parent 43b3df45fb
commit fd5b23281c
10 changed files with 60 additions and 57 deletions

View File

@@ -181,6 +181,9 @@
# Test environment for running pytest outside of Nix sandbox (needs GPU access)
exo-test-env = testVenv;
} // {
inherit python;
exo-bench = mkBenchScript "exo-bench" (inputs.self + /bench/exo_bench.py);
exo-eval = mkBenchScript "exo-eval" (inputs.self + /bench/exo_eval.py);
exo-eval-tool-calls = mkBenchScript "exo-eval-tool-calls" (inputs.self + /bench/eval_tool_calls.py);