modules/shared/telegraf: use config.nix.package

This commit is contained in:
zowoq 2024-12-23 13:10:36 +10:00
parent 1c697b432a
commit c575110992

View file

@ -1,4 +1,5 @@
{
config,
inputs,
lib,
pkgs,
@ -8,7 +9,7 @@ let
hostInfo = pkgs.writeShellApplication {
name = "host-info";
runtimeInputs = [
pkgs.nix
config.nix.package
pkgs.gnused
pkgs.jq
];