feat: self-package claude-code

This commit is contained in:
2026-04-16 22:59:01 +02:00
parent a60b40eeac
commit 5b52e41496
5 changed files with 455 additions and 17 deletions

View File

@@ -1,19 +1,5 @@
{ inputs, ... }:
_:
{
flake.overlays.default =
_: prev:
let
pkgs-stable = import inputs.nixpkgs-stable {
inherit (prev.stdenv.hostPlatform) system;
inherit (prev) config;
};
pkgs-master = import inputs.nixpkgs-master {
inherit (prev.stdenv.hostPlatform) system;
inherit (prev) config;
};
in
{
inherit (pkgs-master) claude-code;
};
flake.overlays.default = _: _: { };
}