infrastructure/.nixd.json
2025-03-25 14:10:54 +02:00

21 lines
278 B
JSON

{
"eval": {
"target": {
"args": [
"-f",
"default.nix"
],
"installable": ""
}
},
"formatting": {
"command": "nixfmt"
},
"options": {
"enable": true,
"target": {
"args": [],
"installable": ""
}
}
}