tsuki: update matrix stickers
This commit is contained in:
parent
ef4f5d4dd4
commit
3820be9ef9
|
@ -113,7 +113,7 @@
|
||||||
(proxy ["hydra"] "http://localhost:${s ports.hydra}" {})
|
(proxy ["hydra"] "http://localhost:${s ports.hydra}" {})
|
||||||
] ++ (let
|
] ++ (let
|
||||||
stickerpickers = pkgs.callPackage ../matrix/maunium-stickerpicker.nix {
|
stickerpickers = pkgs.callPackage ../matrix/maunium-stickerpicker.nix {
|
||||||
inherit (inputs) maunium-stickerpicker;
|
inherit (inputs) maunium-stickerpicker secrets;
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
(host ["stickers-pingu"] { root = "${stickerpickers.stickers-pingu}/"; })
|
(host ["stickers-pingu"] { root = "${stickerpickers.stickers-pingu}/"; })
|
||||||
|
|
Loading…
Reference in New Issue