Compare commits
No commits in common. "046d4444fc4438049a79c2f9bc363153a4eeb138" and "eab51920fd905b31a04bfdad9cc2eff52aafd252" have entirely different histories.
046d4444fc
...
eab51920fd
24
hosts/luna/modules/services/github-runner.nix
Normal file
24
hosts/luna/modules/services/github-runner.nix
Normal file
@ -0,0 +1,24 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.github-runners = {
|
||||
# Run jobs from https://github.com/PriceHiller/nvim-ts-autotag
|
||||
nvim-ts-autotag-runner = {
|
||||
enable = true;
|
||||
url = "https://github.com/PriceHiller/nvim-ts-autotag";
|
||||
tokenFile = config.age.secrets.gh-ts-autotag-runner-token.path;
|
||||
extraPackages = with pkgs; [
|
||||
stylua
|
||||
tree-sitter
|
||||
fd
|
||||
nodejs-slim
|
||||
neovim
|
||||
gnumake
|
||||
gcc
|
||||
curl
|
||||
gnutar
|
||||
git
|
||||
coreutils
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
2
secrets
2
secrets
@ -1 +1 @@
|
||||
Subproject commit 56595de0b73351f0070c579ede904fe1c3b2f883
|
||||
Subproject commit 8c078e598aeb9f4ead31cba2e8a62c7e77d75151
|
Loading…
Reference in New Issue
Block a user