Compare commits

...

2 Commits

Author SHA1 Message Date
046d4444fc
chore: update secrets
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
2024-10-03 05:14:14 -05:00
84d588e465
refactor(hosts/luna): remove github runner 2024-10-03 05:13:47 -05:00
2 changed files with 1 additions and 25 deletions

View File

@ -1,24 +0,0 @@
{ 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 8c078e598aeb9f4ead31cba2e8a62c7e77d75151
Subproject commit 56595de0b73351f0070c579ede904fe1c3b2f883