diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-24 20:11:15 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-24 20:11:15 -0700 |
| commit | b21a57caf83a3deacb99e8d47a508082013304da (patch) | |
| tree | 2df35f7d3e0c5310489101ffbab38c1e1ccfc07d /nix/users/fcuny/dev.nix | |
| parent | drop just (diff) | |
| download | infra-b21a57caf83a3deacb99e8d47a508082013304da.tar.gz | |
automatically add packages to the overlays
Store custom packages under `customPackages` to make it easier to
distinct them from the rest of the packages.
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 14dda79..0202747 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -18,7 +18,7 @@ # python uv python3 - llmPython.llm + customPackages.llmPython.llm # nix nil # nix lsp |
