Remove unnecessary toPath that breaks with recent nixUnstable

This commit is contained in:
Shea Levy 2012-11-08 13:04:20 -05:00
parent e078117c72
commit 2f833bc88d

View File

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