diff --git a/machines/calcite/configuration.nix b/machines/calcite/configuration.nix index a39d487..8817563 100644 --- a/machines/calcite/configuration.nix +++ b/machines/calcite/configuration.nix @@ -160,6 +160,8 @@ nixpkgs.config.allowUnfree = true; nixpkgs.config.permittedInsecurePackages = [ "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: # $ nix search wget