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 {
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