mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
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
Block a user