reCoreD-UI/.nixd.json
2024-04-19 09:44:37 +08:00

13 lines
220 B
JSON

{
"formatting": {
"command": "nixpkgs-fmt"
},
"eval": {
"target": {
"args": [
"--expr",
"with import <nixpkgs> { };"
]
}
}
}