From 8aa947d99be114ebb59c7309302b37505640ee7c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 19 Jun 2023 21:30:51 +0200 Subject: [PATCH] Format --- modules/base/phone-push/default.nix | 2 +- modules/services/matrix/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base/phone-push/default.nix b/modules/base/phone-push/default.nix index bd52d64e..e9f1f7ba 100644 --- a/modules/base/phone-push/default.nix +++ b/modules/base/phone-push/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ...}: +{ config, lib, pkgs, ... }: let phone-push = pkgs.writeShellScriptBin "phone-push" '' diff --git a/modules/services/matrix/default.nix b/modules/services/matrix/default.nix index 6901140a..add45cd5 100644 --- a/modules/services/matrix/default.nix +++ b/modules/services/matrix/default.nix @@ -10,7 +10,7 @@ nixpkgs.overlays = [ (self: super: { matrix-hookshot = super.matrix-hookshot.overrideAttrs (old: { - patches = (old.patches or []) ++ [ ./hookshot-atom-links.patch ]; + patches = (old.patches or [ ]) ++ [ ./hookshot-atom-links.patch ]; }); }) ];