Skip to content

Commit b74cec1

Browse files
committed
tests/claude-code: enable on darwin again
1 parent 3d65f2d commit b74cec1

File tree

1 file changed

+1
-3
lines changed
  • tests/test-sources/plugins/by-name/claude-code

1 file changed

+1
-3
lines changed

tests/test-sources/plugins/by-name/claude-code/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
{ pkgs, ... }:
2-
# TODO: Failing to compile on darwin CI atm
3-
pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
1+
{
42
empty = {
53
plugins.claude-code.enable = true;
64
};

0 commit comments

Comments
 (0)