mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Dino overlay...?
This commit is contained in:
parent
b939799bdc
commit
6ce5e5e759
1 changed files with 6 additions and 6 deletions
|
|
@ -12,12 +12,12 @@ let
|
|||
};
|
||||
overlay = self: super: rec {
|
||||
dino = super.dino.overrideAttrs (
|
||||
{ patches ? [], ... }: {
|
||||
patches = patches ++ [
|
||||
./dino/0001-add-an-option-to-enable-omemo-by-default-in-new-conv.patch
|
||||
];
|
||||
}
|
||||
);
|
||||
{ patches ? [], ... }: {
|
||||
patches = patches ++ [
|
||||
./dino/0001-add-an-option-to-enable-omemo-by-default-in-new-conv.patch
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
discord = super.discord.override { nss = self.nss; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue