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:
parent
7402e59186
commit
f71b0358d3
3 changed files with 19 additions and 10 deletions
|
@ -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
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue