nheko: need to permit insecure libolm for now
This commit is contained in:
parent
40ebfb5720
commit
87dc330a7a
2 changed files with 10 additions and 0 deletions
|
@ -255,6 +255,11 @@ in
|
|||
|
||||
nixpkgs.overlays = import ../overlays.nix;
|
||||
nixpkgs.config = {
|
||||
|
||||
# (temporarily) permit the usage of libolm
|
||||
permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
clementine.spotify = false;
|
||||
vim = {
|
||||
gui = "gtk3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue