nixos/prometheus: fix typo
"nixpgs" -> "nixpkgs"
This commit is contained in:
parent
f035683f55
commit
1a4e993104
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user