mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
fix meli eval warning (#7267)
This commit is contained in:
parent
79dfd9aa29
commit
8fabeb9c14
2 changed files with 2 additions and 2 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
|
@ -209,7 +209,6 @@
|
|||
- modules/programs/kubecolor.nix
|
||||
- modules/programs/lazydocker.nix
|
||||
- modules/programs/matplotlib.nix
|
||||
- modules/programs/meli.nix
|
||||
- modules/programs/mercurial.nix
|
||||
- modules/programs/mergiraf.nix
|
||||
- modules/programs/mise.nix
|
||||
|
|
@ -303,6 +302,7 @@
|
|||
- modules/programs/getmail*
|
||||
- modules/programs/himalaya.nix
|
||||
- modules/programs/lieer.nix
|
||||
- modules/programs/meli.nix
|
||||
- modules/programs/msmtp*
|
||||
- modules/programs/mu.nix
|
||||
- modules/programs/mujmap.nix
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ in
|
|||
type = types.submodule {
|
||||
freeformType = tomlFormat.type;
|
||||
};
|
||||
example = lib.literalExample ''
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
shortcuts = {
|
||||
contact-list = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue