Compare commits
2 Commits
eab51920fd
...
046d4444fc
Author | SHA1 | Date | |
---|---|---|---|
046d4444fc | |||
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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
2
secrets
2
secrets
@ -1 +1 @@
|
||||
Subproject commit 8c078e598aeb9f4ead31cba2e8a62c7e77d75151
|
||||
Subproject commit 56595de0b73351f0070c579ede904fe1c3b2f883
|
Loading…
Reference in New Issue
Block a user