tests/claude-code: enable on darwin again

This commit is contained in:
Austin Horstman 2025-06-23 21:38:43 -05:00
parent 3d65f2d044
commit b74cec1698

View file

@ -1,6 +1,4 @@
{ pkgs, ... }:
# TODO: Failing to compile on darwin CI atm
pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
{
empty = {
plugins.claude-code.enable = true;
};