Remove unnecessary (AFAICT) call to toPath
This commit is contained in:
parent
35922e61d9
commit
722a3a7147
@ -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.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user