1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

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;
};