forked from M-Labs/nix-scripts
zynq-rs: move to flakes
This commit is contained in:
parent
0fae14a5ad
commit
3df3b7daa0
|
@ -176,24 +176,15 @@
|
||||||
|
|
||||||
"zynq-rs": {
|
"zynq-rs": {
|
||||||
"enabled": 1,
|
"enabled": 1,
|
||||||
|
"type": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"description": "Bare-metal Rust on Zynq-7000",
|
"description": "Bare-metal Rust on Zynq-7000",
|
||||||
"nixexprinput": "nixScripts",
|
"flake": "git+https://git.m-labs.hk/m-labs/zynq-rs.git",
|
||||||
"nixexprpath": "zynq-rs.nix",
|
|
||||||
"checkinterval": 300,
|
"checkinterval": 300,
|
||||||
"schedulingshares": 1,
|
"schedulingshares": 10,
|
||||||
"enableemail": false,
|
"enableemail": false,
|
||||||
"emailoverride": "",
|
"emailoverride": "",
|
||||||
"keepnr": 50,
|
"keepnr": 50
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-21.05", "emailresponsible": false },
|
|
||||||
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
||||||
"zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false },
|
|
||||||
|
|
||||||
"gitea_repo_name": { "value": "zynq-rs", "type": "string" },
|
|
||||||
"gitea_repo_owner": { "value": "M-Labs", "type": "string" },
|
|
||||||
"gitea_status_repo": { "value": "zynq-rs", "type": "string" }
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"zynq-beta": {
|
"zynq-beta": {
|
||||||
"enabled": 1,
|
"enabled": 1,
|
||||||
|
|
Loading…
Reference in New Issue