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