infrastructure/.nixd.json

19 lines
322 B
JSON
Raw Normal View History

2024-10-02 15:52:04 +02:00
{
"eval": {
"target": {
"args": ["-f", "default.nix"],
"installable": ""
}
},
"formatting": {
"command": "nixfmt"
},
"options": {
"enable": true,
"target": {
"args": [],
"installable": ""
}
}
}