Skip to content

Commit 8d6f71c

Browse files
Parentheses on nix client
1 parent 9191f9c commit 8d6f71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ in
157157
(let cfg = config.services.i405-tunnel-client; in
158158
lib.mkIf cfg.enable {
159159
assertions = lib.mkMerge [
160-
commonAssertions cfg
160+
(commonAssertions cfg)
161161
[
162162
{
163163
assertion = cfg.peer != null;

0 commit comments

Comments
 (0)