Commit db837e173fea

Vincent Demeester <vincent@sbr.pm>
2020-03-13 10:53:10
types.string -> types.str ๐Ÿ˜…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 59b591b
Changed files (1)
modules
profiles
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;
         };
       };
     };