This commit is contained in:
Charlotte Van Petegem 2023-06-19 21:30:51 +02:00
parent f323d1826e
commit 8aa947d99b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ...}: { config, lib, pkgs, ... }:
let let
phone-push = pkgs.writeShellScriptBin "phone-push" '' phone-push = pkgs.writeShellScriptBin "phone-push" ''

View file

@ -10,7 +10,7 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(self: super: { (self: super: {
matrix-hookshot = super.matrix-hookshot.overrideAttrs (old: { matrix-hookshot = super.matrix-hookshot.overrideAttrs (old: {
patches = (old.patches or []) ++ [ ./hookshot-atom-links.patch ]; patches = (old.patches or [ ]) ++ [ ./hookshot-atom-links.patch ];
}); });
}) })
]; ];