error: … while evaluating a branch condition at «string»:25:5: 24| v: 25| if !builtins.isAttrs v || isDrv v then | ^ 26| v … in the left operand of the OR (||) operator at «string»:25:28: 24| v: 25| if !builtins.isAttrs v || isDrv v then | ^ 26| v … while evaluating definitions from `/nix/store/9iv83r72z5xwgylkwms1qip1ijnr6jqs-source/modules/transposition.nix': … while evaluating definitions from `/nix/store/s8w35sshgszj3zq3pnvdcfk3387x36z2-source/checks/flake-module.nix, via option perSystem': … while evaluating the option `system.build.toplevel': … while evaluating definitions from `/nix/store/3jimg4nwv1acgkf0xjj55vxs004qfs0j-source/nixos/modules/system/activation/top-level.nix': … while evaluating the option `systemd.services.nginx.serviceConfig': … while evaluating definitions from `/nix/store/3jimg4nwv1acgkf0xjj55vxs004qfs0j-source/nixos/modules/system/boot/systemd.nix': … while evaluating the option `systemd.services.nginx.preStart': … while evaluating definitions from `/nix/store/3jimg4nwv1acgkf0xjj55vxs004qfs0j-source/nixos/modules/services/web-servers/nginx/default.nix': … while evaluating the option `services.nginx.virtualHosts."jitsi.clan.lol".root': (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: Refusing to evaluate package 'jitsi-meet-1.0.9365' in /nix/store/3jimg4nwv1acgkf0xjj55vxs004qfs0j-source/pkgs/by-name/ji/jitsi-meet/package.nix:61 because it is marked as insecure Known issues: - The libolm end‐to‐end encryption library used in many Matrix clients and Jitsi Meet has been deprecated upstream, and relies on a cryptography library that has known side‐channel issues and disclaims that its implementations are not cryptographically secure and should not be used when cryptographic security is required. It is not known if the issues can be exploited over the network in practical conditions. Upstream does not believe such an attack is feasible, but has stated that the library should not be used going forward, and there are no plans to move to another cryptography implementation or otherwise further maintain the library at all. You should make an informed decision about whether to override this security warning, especially if you critically rely on end‐to‐end encryption. If you don’t care about that, or don’t use the Matrix functionality of a multi‐protocol client depending on libolm, then there should be no additional risk. Some clients are investigating migrating away from libolm to maintained libraries without known vulnerabilities. For further information, see: * The CVE records for the known vulnerabilities: * CVE-2024-45191 * CVE-2024-45192 * CVE-2024-45193 * The libolm deprecation notice: * The warning from the cryptography code used by libolm: * The blog post disclosing the details of the known vulnerabilities: * The statement about the deprecation and vulnerabilities from the Matrix.org Foundation: * A (likely incomplete) aggregation of client tracking issue links: You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘jitsi-meet-1.0.9365’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "jitsi-meet-1.0.9365" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘jitsi-meet-1.0.9365’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "jitsi-meet-1.0.9365" ]; }