13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"formatting": {
|
|
"command": "nixpkgs-fmt"
|
|
},
|
|
"eval": {
|
|
"target": {
|
|
"args": [
|
|
"--expr",
|
|
"with import <nixpkgs> { };"
|
|
]
|
|
}
|
|
}
|
|
} |