modules/shared/telegraf: use config.nix.package
This commit is contained in:
parent
1c697b432a
commit
c575110992
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue