Added `claude-code` to the `unstable` overlay and the X1 system package list. Updated `flake.lock` to include the latest revisions of dependencies.
10 lines
136 B
Nix
10 lines
136 B
Nix
{ channels, ... }:
|
|
final: prev: {
|
|
inherit (channels.unstable)
|
|
jetbrains-toolbox
|
|
ollama
|
|
open-webui
|
|
claude-code
|
|
;
|
|
}
|