Format
This commit is contained in:
parent
f323d1826e
commit
8aa947d99b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ...}:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
phone-push = pkgs.writeShellScriptBin "phone-push" ''
|
||||
|
|
|
@ -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 ];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue