diff --git a/flake.lock b/flake.lock index 320a206..f02d4a4 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index c5868d0..4e5eccf 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,10 @@ default = self.packages.x86_64-linux.arduinoEnv; }; + + hydraJobs = { + olimex-esp32-poe = self.packages.x86_64-linux.olimex-esp32-poe.binaryTarball; + }; }; }