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
1 changed files with 2 additions and 2 deletions

View File

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