feat: claude code custom packaging

This commit is contained in:
Rasyidan Akbar F. 2025-10-02 11:09:54 +07:00
commit d096c3a374
7 changed files with 48 additions and 12 deletions

View file

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