2024-09-05 07:52:50 +00:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"config:best-practices"
|
2024-09-05 08:12:13 +00:00
|
|
|
],
|
|
|
|
"postUpgradeTasks": {
|
|
|
|
"commands": [
|
|
|
|
"cargo2nix -o",
|
|
|
|
"alejandra ."
|
|
|
|
],
|
|
|
|
"fileFilters": [
|
2024-09-09 12:40:39 +00:00
|
|
|
"Cargo.*"
|
2024-09-05 08:12:13 +00:00
|
|
|
]
|
|
|
|
}
|
2024-09-05 07:52:50 +00:00
|
|
|
}
|