2022-06-22 16:49:01 +03:00
|
|
|
{inputs}: final: prev: {
|
2022-07-30 03:04:32 +03:00
|
|
|
helix = inputs.helix.packages.${prev.system}.default.override {
|
|
|
|
includeGrammarIf = grammar:
|
|
|
|
prev.lib.any
|
|
|
|
(name: grammar.name == name)
|
|
|
|
["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown"];
|
|
|
|
};
|
2022-06-22 16:49:01 +03:00
|
|
|
}
|