This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
server/.hydra/project.json
2024-05-27 20:39:00 +02:00

29 lines
807 B
JSON

{
"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
}
}
}