Compare commits

..

No commits in common. "046d4444fc4438049a79c2f9bc363153a4eeb138" and "eab51920fd905b31a04bfdad9cc2eff52aafd252" have entirely different histories.

2 changed files with 25 additions and 1 deletions

View 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
];
};
};
}

@ -1 +1 @@
Subproject commit 56595de0b73351f0070c579ede904fe1c3b2f883
Subproject commit 8c078e598aeb9f4ead31cba2e8a62c7e77d75151