upgrade claude-code

This commit is contained in:
2025-11-12 17:40:18 +00:00
parent 933533aee1
commit b98a3ddc7a
3 changed files with 3 additions and 3 deletions

View File

@@ -111,6 +111,7 @@
pkgs-unstable = import nixpkgs-unstable { pkgs-unstable = import nixpkgs-unstable {
inherit (super) system; inherit (super) system;
config.allowUnfree = true;
overlays = [ overlays = [
(_self: super: { (_self: super: {
go = super.go_1_25; go = super.go_1_25;
@@ -328,6 +329,7 @@
let let
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config.allowUnfree = true;
overlays = baseOverlays; overlays = baseOverlays;
}; };
in in

View File

@@ -48,8 +48,6 @@ in
]; ];
}; };
nixpkgs.config.allowUnfree = true;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
time.timeZone = cfg.timeZone; time.timeZone = cfg.timeZone;

View File

@@ -50,7 +50,7 @@
chronoctl chronoctl
terraform terraform
github-cli github-cli
claude-code pkgs.pkgs-unstable.claude-code
docker-compose docker-compose
gcloud-wrapped gcloud-wrapped
kubectl-node-shell kubectl-node-shell