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 {
|
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.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user