Remove unnecessary (AFAICT) call to toPath

This commit is contained in:
Eelco Dolstra 2012-11-15 23:07:05 +01:00
parent 35922e61d9
commit 722a3a7147

View File

@ -13,7 +13,7 @@ with pkgs.lib;
}; };
configFile = mkOption { configFile = mkOption {
default = builtins.toPath "${pkgs.pommed}/etc/pommed.conf"; default = "${pkgs.pommed}/etc/pommed.conf";
description = '' description = ''
The contents of the pommed.conf file. The contents of the pommed.conf file.
''; '';