1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
default = builtins.toPath "${pkgs.pommed}/etc/pommed.conf";
default = "${pkgs.pommed}/etc/pommed.conf";
description = ''
The contents of the pommed.conf file.
'';