From 5ee273a60e8b6c7aa24d23e61265a280984c3883 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 01:27:36 -0400 Subject: p-body: use hydra from upstream flake --- hosts/p-body/hydra.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/p-body/hydra.nix b/hosts/p-body/hydra.nix index c24d3c1..115e077 100644 --- a/hosts/p-body/hydra.nix +++ b/hosts/p-body/hydra.nix @@ -1,5 +1,7 @@ { config, + hydra, + pkgs, self, ... }: let @@ -22,6 +24,7 @@ in { services.hydra = { enable = true; + package = hydra.packages.${pkgs.system}.hydra; hydraURL = "https://hydra.${domain}"; notificationSender = "hydra@${domain}"; listenHost = "localhost"; -- cgit v1.2.3