From bc148739eafa9a4dbcd8eb899b80c628e95b98c5 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 26 Sep 2022 23:50:00 +0200 Subject: [PATCH] overlay: add utillinux to fix hydra --- overlay/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay/default.nix b/overlay/default.nix index 7b033108..6cbb59a2 100644 --- a/overlay/default.nix +++ b/overlay/default.nix @@ -120,6 +120,9 @@ with final; { inherit (tracer.packages.${system}) tracer-game; + # HACK: referenced by hydra-module.nix but removed from nixos-unstable in 2022-09 + utillinux = final.util-linux; + # vector-0.23 + mqtt-sink vector = pkgs-unstable.callPackage ./vector {};