hydra config

This commit is contained in:
2005 2024-05-27 20:39:00 +02:00
parent 3e80c6a896
commit 024312776a
2 changed files with 29 additions and 0 deletions

29
.hydra/project.json Normal file
View file

@ -0,0 +1,29 @@
{
"enabled": 1,
"hidden": false,
"description": "Server",
"nixexprinput": "generator",
"nixexprpath": "flake.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"main": {
"type": "git",
"value": "https://git.4o1x5.dev/learningpulse/server.git dev",
"emailresponsible": false,
"gitea_repo_name": "server",
"gitea_repo_owner": "learningpulse",
"gitea_status_repo": "dev",
"gite_http_url": "https://git.4o1x5.dev"
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git nixos-unstable",
"emailresponsible": false
}
}
}

0
test.hjson Normal file
View file