Skip to content

Commit 265441a

Browse files
eapolinarioclaude
andcommitted
fix(common): allow unfree license for claude-code
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0cc49ab commit 265441a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/common/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
44
"symbola"
5+
"claude-code"
56
];
67

78
nix.settings = {

0 commit comments

Comments
 (0)