reCoreD-UI/.nixd.json

13 lines
220 B
JSON
Raw Normal View History

2024-04-19 01:44:37 +00:00
{
"formatting": {
"command": "nixpkgs-fmt"
},
"eval": {
"target": {
"args": [
"--expr",
"with import <nixpkgs> { };"
]
}
}
}