Logo
Explore Privacy Policy Terms of Service Help
Sign In
ahuston-0/nix-dotfiles
1
0
Fork 0
You've already forked nix-dotfiles
Code Issues Pull Requests4 Actions Packages Projects Releases Wiki Activity
d28e70c6a1
BranchesTags
View all branches
nix-dotfiles/modules/hydra.nix

20 lines
289 B
Nix
Raw Normal View History

add hydra (#48)
2024-02-01 05:24:04 +01:00
{ config, lib, ... }:
Feature/rfc 0166 fmt (#113) * change formatter to nixfmt-rfc-style Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * Add rfc-style fmt'ing Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-03-03 18:06:28 -05:00
let
cfg = config.services.hydra;
in
{
add hydra (#48)
2024-02-01 05:24:04 +01:00
config = {
Feature/rfc 0166 fmt (#113) * change formatter to nixfmt-rfc-style Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * Add rfc-style fmt'ing Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-03-03 18:06:28 -05:00
services.hydra.extraConfig = lib.mkDefault (
lib.concatLines [
cfg.extraConfig
''
<git-input>
timeout = 3600
</git-input>
''
]
);
add hydra (#48)
2024-02-01 05:24:04 +01:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 55ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API