upgrade claude-code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -48,8 +48,6 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
time.timeZone = cfg.timeZone;
|
time.timeZone = cfg.timeZone;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user