Commit 1a4e9931 authored by fetsorn's avatar fetsorn
Browse files

nixos/prometheus: fix typo

"nixpgs" -> "nixpkgs"
parent f035683f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;