9 lines
109 B
Nix
9 lines
109 B
Nix
{
|
|
pkgs,
|
|
unstable,
|
|
...
|
|
}: {
|
|
environment.systemPackages = with pkgs; [
|
|
unstable.claude-code
|
|
];
|
|
}
|