ofborg/dev.config.json
raito 3e8152fe99 feat: add a devshell based on vanilla Nix
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-10-30 20:36:44 +01:00

27 lines
542 B
JSON

{
"runner": {
"identity": "dev"
},
"checkout": {
"root": "$STATE_DIRECTORY/.checkouts"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 1800
},
"rabbitmq": {
"ssl": false,
"host": "127.0.0.1",
"virtualhost": "/",
"username": "test",
"password_file": "$TRIVIAL_PASSWORD"
},
"feedback": {
"full_logs": true
},
"pastebin": {
"root": "$STATE_DIRECTORY/.pastebins"
}
}