chore: update claude code pkgs to use official one

This commit is contained in:
Rasyidan Akbar F. 2025-10-04 23:28:52 +07:00
commit 75fbebc210
3 changed files with 2 additions and 43 deletions

View file

@ -35,12 +35,7 @@
forEachSystem = f: genAttrs systems (system: f system);
overlaysList = [
ghostty.overlays.default
(final: prev: {
claude-code-v2 = prev.callPackage ./pkgs/claude-code { };
})
];
overlaysList = [ ghostty.overlays.default ];
zigOverlay = if builtins.hasAttr "zig-overlay" inputs then
inputs."zig-overlay"