7 lines
110 B
Nix
7 lines
110 B
Nix
{inputs, ...}: final: prev: {
|
|
ast-grep =
|
|
prev.ast-grep.overrideAttrs (old: {
|
|
doCheck = false;
|
|
});
|
|
}
|