Add Hydra jobs

This commit is contained in:
clerie 2023-12-03 18:25:19 +01:00
parent 3abeafacdb
commit c4f1770411
2 changed files with 7 additions and 3 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"arduino-nix": {
"locked": {
"lastModified": 1701620006,
"narHash": "sha256-ZxsViQGUl081SKK1t1jMuwCRhCRk1irdr2S8WTHhhKs=",
"lastModified": 1701624006,
"narHash": "sha256-NTjJyhdj4/yaiefO20CZdVUiC7FpmyOv+s93h/uLCFc=",
"owner": "clerie",
"repo": "arduino-nix",
"rev": "2263f20c4219405730be9303272ce8c2c03d3150",
"rev": "fbdd609c0df33f23951293915b17f81ba2516742",
"type": "github"
},
"original": {

View File

@ -38,6 +38,10 @@
default = self.packages.x86_64-linux.arduinoEnv;
};
hydraJobs = {
olimex-esp32-poe = self.packages.x86_64-linux.olimex-esp32-poe.binaryTarball;
};
};
}