0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/prometheus/exporters: pass utils into exporter modules

This is useful, because it provides escapeSystemdShellArgs.
This commit is contained in:
Martin Weinelt 2024-03-21 05:26:03 +01:00
parent 7b24f700af
commit d702c91302
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
71 changed files with 73 additions and 68 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, options }:
{ config, lib, pkgs, options, ... }:
with lib;