mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 22:32:26 +03:00
nixos/home-assistant: fix broken reference in option example
This commit is contained in:
parent
2e6cc4ac32
commit
04c2893d58
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ in {
|
|||
default = [];
|
||||
example = literalExpression ''
|
||||
with pkgs.home-assistant-custom-components; [
|
||||
prometheus-sensor
|
||||
prometheus_sensor
|
||||
];
|
||||
'';
|
||||
description = lib.mdDoc ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue