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:
parent
7b24f700af
commit
d702c91302
71 changed files with 73 additions and 68 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, options }:
|
||||
{ config, lib, pkgs, options, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue