We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa33c9 commit e1145fdCopy full SHA for e1145fd
pkgs/claude-code/default.nix
@@ -47,7 +47,7 @@ buildNpmPackage (finalAttrs: {
47
description = "Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster";
48
homepage = "https://github.com/anthropics/claude-code";
49
downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code";
50
- license = lib.licenses.unfree;
+ # TODO: license = lib.licenses.unfree;
51
maintainers = with lib.maintainers; [
52
malo
53
markus1189
0 commit comments