mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
treewide: Remove unwanted dependencies (#7487)
Fixes interpolation of packages in the default and example texts.
This commit is contained in:
parent
460f1e9af9
commit
8eb2f2a26a
14 changed files with 50 additions and 18 deletions
|
|
@ -42,6 +42,16 @@ let
|
|||
batch = "true";
|
||||
log = "false"; # don't log to file, handled by systemd
|
||||
};
|
||||
defaultText = lib.literalExpression ''
|
||||
{
|
||||
repeat = "watch";
|
||||
sshcmd = "''${pkgs.openssh}/bin/ssh";
|
||||
ui = "text";
|
||||
auto = "true";
|
||||
batch = "true";
|
||||
log = "false"; # don't log to file, handled by systemd
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
Additional command line options as a dictionary to pass to the
|
||||
`unison` program.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue