ci: add heist-extra

This commit is contained in:
Sridhar Ratnakumar 2024-03-15 19:08:47 -04:00
parent 481b667293
commit f2eef1afb1

View file

@ -10,6 +10,10 @@
# TODO: Document instructions
# - chmod og-rwx; chown github-runner
# TODO: Use a secret manager. 1Password? https://github.com/LnL7/nix-darwin/issues/882
# > OAuth app tokens and personal access tokens (classic) need the
# > admin:org scope to use this endpoint. If the repository is private,
# > the repo scope is also required.
# https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#list-self-hosted-runners-for-an-organization
tokenFile = "/run/mykeys/gh-token-runner";
extraPackages = with pkgs; [
nixci
@ -48,15 +52,14 @@
url = "https://github.com/srid/haskell-flake";
num = 2;
};
heist-extra = {
url = "https://github.com/srid/heist-extra";
num = 2;
};
unionmount = {
url = "https://github.com/srid/unionmount";
num = 2;
};
# Temp
double-conversion-ex = {
url = "https://github.com/srid/double-conversion-ex";
num = 1;
};
};
};
in