refactor(hosts/luna): remove github runner
This commit is contained in:
parent
eab51920fd
commit
84d588e465
@ -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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user