aboutsummaryrefslogtreecommitdiff
path: root/pkgs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump sapi to 1.2.10Franck Cuny2025-08-181-2/+2
|
* delete unused packageFranck Cuny2025-08-122-55/+0
|
* delete LLM related stuff for nowFranck Cuny2025-08-121-84/+0
|
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-7/+6
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* build python packages for llmFranck Cuny2025-04-241-0/+85
| | | | | | | | To get a more recent version of the llm python tool and the anthropic module, we need to build the packages ourselves. Refactor how we're building overlays to make it easier to add new packages using the `pkgsUnstable` set.
* install additional work related toolsFranck Cuny2025-02-062-14/+16
| | | | | We're switching architecture too, so ensure we install the correct binaries.
* rename packages to pkgsFranck Cuny2024-12-284-0/+142
This is the correct convention.