feat: add claude-code to unstable and X1 systems

Added `claude-code` to the `unstable` overlay and the X1 system package list. Updated `flake.lock` to include the latest revisions of dependencies.
This commit is contained in:
Harald Hoyer 2025-03-19 10:28:34 +01:00
parent 7402e59186
commit f71b0358d3
3 changed files with 19 additions and 10 deletions

View file

@ -1 +1,9 @@
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama open-webui; }
{ channels, ... }:
final: prev: {
inherit (channels.unstable)
jetbrains-toolbox
ollama
open-webui
claude-code
;
}