hydra: use nix-client.ip4 from hostRegistry

This commit is contained in:
Astro 2022-01-08 01:38:31 +01:00
parent 7dedbb74fe
commit 97b8c6802e

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { hostRegistry, config, pkgs, ... }:
let let
nix-build = "client@172.22.99.156"; nix-build = "client@${hostRegistry.hosts.nix-build.ip4}";
in { in {
nix = { nix = {
binaryCaches = binaryCaches =