overlay: add utillinux to fix hydra

This commit is contained in:
Astro 2022-09-26 23:50:00 +02:00
parent f329cd3b70
commit bc148739ea
1 changed files with 3 additions and 0 deletions

View File

@ -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 {};