Skip to content

Commit

Permalink
Migrate ema to gh runner on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 23, 2024
1 parent 84cd9f0 commit 2c191da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
sops.defaultSopsFormat = "json";
services.tailscale.enable = true;
services.easy-github-runners = {
"srid/ema" = { };
# TODO: move to macOS runner, after figuring how to run tests (in Nix?)
"srid/haskell-flake" = { };
};
};
Expand Down
4 changes: 4 additions & 0 deletions systems/darwin/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
url = "https://github.com/srid/emanote";
num = 2;
};
ema = {
url = "https://github.com/srid/ema";
num = 2;
};
nixos-config = {
url = "https://github.com/srid/nixos-config";
num = 2;
Expand Down

0 comments on commit 2c191da

Please sign in to comment.