mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
ci: add heist-extra
This commit is contained in:
parent
481b667293
commit
f2eef1afb1
1 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue