mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
tests/claude-code: enable on darwin again
This commit is contained in:
parent
3d65f2d044
commit
b74cec1698
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{
|
||||||
# TODO: Failing to compile on darwin CI atm
|
|
||||||
pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.claude-code.enable = true;
|
plugins.claude-code.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue