Unstable claude-code
This commit is contained in:
parent
8ca6f221f2
commit
53e6d0f7c9
3 changed files with 5 additions and 5 deletions
|
|
@ -176,11 +176,11 @@
|
|||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1770197578,
|
||||
"narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=",
|
||||
"lastModified": 1779560665,
|
||||
"narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
|
||||
"rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
clang-tools
|
||||
mold
|
||||
|
||||
claude-code claude-code-acp
|
||||
unstable.claude-code unstable.claude-agent-acp
|
||||
|
||||
ripgrep git
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages =
|
||||
import ../common/packages.nix { inherit pkgs; }
|
||||
import ../common/packages.nix { inherit pkgs config; }
|
||||
++ (with pkgs; [
|
||||
difftastic
|
||||
protonvpn-gui
|
||||
|
|
|
|||
Loading…
Reference in a new issue