Skip to content

Commit 22ebfd8

Browse files
authored
chore(hil): create a hil and orb state directory (#1300)
1 parent c442907 commit 22ebfd8

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# HTTPS (not git+ssh) so CI can authenticate via the github_access_token
5050
# passed to install-nix-action (the runners have no SSH key).
5151
orb-internal = {
52-
url = "github:worldcoin/orb-internal?rev=572c2a7f56c1b350bf566d355d9b08105564eafd";
52+
url = "github:worldcoin/orb-internal?rev=0ae426e15655a5dcd7ef5743a84291ba04a2a293";
5353
inputs.nixpkgs.follows = "nixpkgs";
5454
inputs.fenix.follows = "fenix";
5555
inputs.flake-utils.follows = "flake-utils";

nix/machines/hil-common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ in
230230
systemd.tmpfiles.rules = [
231231
"d /opt/worldcoin 0755 root root - -"
232232
"d /opt/worldcoin/rts 0777 root root - -"
233+
"d /run/hil-agent 0777 root root - -"
233234
];
234235
users.groups = {
235236
"${ghRunnerUser}" = {

0 commit comments

Comments
 (0)