17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "nixpkgs-linux",
|
|
"displayName": "Nixpkgs (Linux)",
|
|
"inherits": ["ubuntu"],
|
|
"binaryDir": "${sourceDir}/build"
|
|
},
|
|
{
|
|
"name": "nixpkgs-darwin",
|
|
"displayName": "Nixpkgs (Darwin)",
|
|
"inherits": ["macos"],
|
|
"binaryDir": "${sourceDir}/build"
|
|
}
|
|
]
|
|
}
|