From 1a4e9931042eee5a3067fb8342fc618875c4e0bc Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 22:06:37 +0400 Subject: [PATCH] nixos/prometheus: fix typo "nixpgs" -> "nixpkgs" --- nixos/modules/services/monitoring/prometheus/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/prometheus/exporters.md b/nixos/modules/services/monitoring/prometheus/exporters.md index c085e46d20d7..34fadecadc74 100644 --- a/nixos/modules/services/monitoring/prometheus/exporters.md +++ b/nixos/modules/services/monitoring/prometheus/exporters.md @@ -76,7 +76,7 @@ example: directory, which will be called postfix.nix and contains all exporter specific options and configuration: ``` - # nixpgs/nixos/modules/services/prometheus/exporters/postfix.nix + # nixpkgs/nixos/modules/services/prometheus/exporters/postfix.nix { config, lib, pkgs, options }: with lib;