This commit is contained in:
2026-03-09 11:30:53 +00:00
parent f6ecc783ff
commit 0d23f2b0f4
3 changed files with 20 additions and 56 deletions

View File

@@ -6,9 +6,10 @@
})
# ast-grep (test_scan_invalid_rule_id fails on darwin in sandbox)
(final: prev: {
ast-grep = prev.ast-grep.overrideAttrs (old: {
doCheck = false;
});
ast-grep =
prev.ast-grep.overrideAttrs (old: {
doCheck = false;
});
})
# jj-ryu
(final: prev: let