mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
7fb14201af
This tests the parser and JSON format using the DRV files from the tests added in the previous commit. Co-Authored-By: John Ericson <John.Ericson@Obsidian.Systems>
22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"args": [
|
|
"-c",
|
|
"echo hello > $out"
|
|
],
|
|
"builder": "/bin/bash",
|
|
"env": {
|
|
"builder": "/bin/bash",
|
|
"name": "advanced-attributes-defaults",
|
|
"out": "/nix/store/1qsc7svv43m4dw2prh6mvyf7cai5czji-advanced-attributes-defaults",
|
|
"system": "my-system"
|
|
},
|
|
"inputDrvs": {},
|
|
"inputSrcs": [],
|
|
"name": "advanced-attributes-defaults",
|
|
"outputs": {
|
|
"out": {
|
|
"path": "/nix/store/1qsc7svv43m4dw2prh6mvyf7cai5czji-advanced-attributes-defaults"
|
|
}
|
|
},
|
|
"system": "my-system"
|
|
}
|