home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit db837e173fea98b026dedc53bfbd39836b922d84
parent 59b591b7156d1a7b6d8fd9ed6d28288cf7ff821a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 13 Mar 2020 10:53:10 +0100

types.string -> types.str 😅

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/audio.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/audio.nix b/modules/profiles/audio.nix @@ -13,7 +13,7 @@ in enable = mkEnableOption "Enable mpd"; musicDir = mkOption { description = "Data where to find the music for mpd"; - type = types.string; + type = types.str; }; }; };