diff options
Diffstat (limited to 'tv/1systems/nomic.nix')
-rw-r--r-- | tv/1systems/nomic.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 37ef204c7..610434f06 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; { krebs.build.host = config.krebs.hosts.nomic; |