upgrade claude-code
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit (super) system;
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
(_self: super: {
|
||||
go = super.go_1_25;
|
||||
@@ -328,6 +329,7 @@
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
overlays = baseOverlays;
|
||||
};
|
||||
in
|
||||
|
||||
@@ -48,8 +48,6 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
time.timeZone = cfg.timeZone;
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
chronoctl
|
||||
terraform
|
||||
github-cli
|
||||
claude-code
|
||||
pkgs.pkgs-unstable.claude-code
|
||||
docker-compose
|
||||
gcloud-wrapped
|
||||
kubectl-node-shell
|
||||
|
||||
Reference in New Issue
Block a user