feat: use claude-code from nixpkgs master
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -40,7 +40,7 @@
|
||||
};
|
||||
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
claude-code-overlay.url = "github:ryoppippi/claude-code-overlay";
|
||||
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -53,7 +53,19 @@
|
||||
let
|
||||
my-lib = import ./lib { inherit (nixpkgs) lib; };
|
||||
|
||||
overlays = [ ];
|
||||
overlays = [
|
||||
(_: prev: {
|
||||
inherit
|
||||
(
|
||||
(import inputs.nixpkgs-master {
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
inherit (prev) config;
|
||||
})
|
||||
)
|
||||
claude-code
|
||||
;
|
||||
})
|
||||
];
|
||||
|
||||
mkHost = my-lib.mkHost {
|
||||
inherit
|
||||
|
||||
Reference in New Issue
Block a user