aboutsummaryrefslogtreecommitdiff
path: root/pkgs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-7/+6
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-04-24build python packages for llmFranck Cuny1-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.
2025-02-06install additional work related toolsFranck Cuny2-14/+16
We're switching architecture too, so ensure we install the correct binaries.
2024-12-28rename packages to pkgsFranck Cuny4-0/+142
This is the correct convention.