mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
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 a new issue