diff options
author | Emile <git@emile.space> | 2025-02-14 19:22:34 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-14 19:22:34 +0100 |
commit | 07425c679f7399284c0fe3dcbee54f45b23d07a0 (patch) | |
tree | b9e0b7dc4fe5d11c2fb2c74f7349d4f5e63b8c53 | |
parent | d8717ca6954d75b8c19c74c330f28bde11d31b1d (diff) |
corrino: remove the empty list of builders from hydra
-rw-r--r-- | nix/hosts/corrino/www/hydra.emile.space.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/hosts/corrino/www/hydra.emile.space.nix b/nix/hosts/corrino/www/hydra.emile.space.nix index 941ad5b..a5cdb53 100644 --- a/nix/hosts/corrino/www/hydra.emile.space.nix +++ b/nix/hosts/corrino/www/hydra.emile.space.nix @@ -32,8 +32,6 @@ # Directory that holds Hydra garbage collector roots. gcRootsDir = "/nix/var/nix/gcroots/hydra"; - # a standalone hydra will require you to unset the buildMachinesFiles list to avoid using a nonexistant /etc/nix/hosts - buildMachinesFiles = [ ]; # you will probably also want, otherwise *everything* will be built from scratch useSubstitutes = true; |