calcite/element-web: temporarily allow jitsi-meet
- Waiting for NixOS/nixpkgs#335753
This commit is contained in:
parent
899c43fbfc
commit
8935fe34c3
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"openssl-1.1.1w"
|
"openssl-1.1.1w"
|
||||||
|
# FIXME: Waiting for https://github.com/NixOS/nixpkgs/pull/335753
|
||||||
|
"jitsi-meet-1.0.8043"
|
||||||
];
|
];
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
|
Loading…
Reference in a new issue