aboutsummaryrefslogtreecommitdiff
path: root/nix/lib/overlays.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build python packages for llmFranck Cuny2025-04-241-9/+0
| | | | | | | | 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.
* switch to the newer version of nixfmtFranck Cuny2024-12-191-5/+9
| | | | | | `nixfmt-rfc-style' replaces `nixfmt-classic'. It's actively maintained, but also changes the style, so this commit touches all the files in the repository.
* use treefmt to format all the filesFranck Cuny2024-12-191-2/+1
|
* add support for overlays and add one for `sapi'Franck Cuny2024-12-181-0/+6