Remove unnecessary toPath that breaks with recent nixUnstable
This commit is contained in:
parent
e078117c72
commit
2f833bc88d
|
@ -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