Run 'nix fmt' on whole repo
This commit is contained in:
@@ -2,14 +2,13 @@ let
|
||||
baseUrl = "hydra.fancyTypist.com";
|
||||
HOST = "localhost";
|
||||
PORT = 8246;
|
||||
in
|
||||
{
|
||||
in {
|
||||
services.hydra = {
|
||||
enable = false;
|
||||
port = PORT;
|
||||
hydraURL = "https://${HOST}:${toString PORT}";
|
||||
notificationSender = "hydra@fancyTypist.com";
|
||||
buildMachinesFiles = [ ];
|
||||
buildMachinesFiles = [];
|
||||
useSubstitutes = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user