1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-04 14:52:34 +03:00

nixos/home-assistant: fix broken reference in option example

This commit is contained in:
Martin Weinelt 2023-12-07 19:16:44 +01:00
parent 2e6cc4ac32
commit 04c2893d58
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -157,7 +157,7 @@ in {
default = []; default = [];
example = literalExpression '' example = literalExpression ''
with pkgs.home-assistant-custom-components; [ with pkgs.home-assistant-custom-components; [
prometheus-sensor prometheus_sensor
]; ];
''; '';
description = lib.mdDoc '' description = lib.mdDoc ''