Use matrix-hookshot from patch

This commit is contained in:
Charlotte Van Petegem 2023-02-19 13:28:53 +01:00
parent 8b99fa7578
commit d481cad149
No known key found for this signature in database
GPG key ID: 019E764B7184435A
6 changed files with 281 additions and 231 deletions

View file

@ -99,7 +99,6 @@
emacs-overlay.overlay
(self: super: {
tetris = tetris.packages.${self.system}.default;
matrix-hookshot = self.callPackage ./packages/matrix-hookshot { };
})
nur.overlay
www-chvp-be.overlay
@ -132,9 +131,6 @@
nameToValue = name: import (./shells + "/${name}.nix") { inherit pkgs inputs; };
in
builtins.listToAttrs (builtins.map (name: { inherit name; value = nameToValue name; }) shellNames);
packages = {
matrix-hookshot = pkgs.callPackage ./packages/matrix-hookshot { };
};
};
};
}