From 8e37ff1bd2ef548f4218c38fd462c52435fda82e Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 2 Mar 2025 14:04:58 +0100 Subject: [PATCH] nixpkgs.nix: allow olm for nheko --- modules/system/nix/nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/nix/nixpkgs.nix b/modules/system/nix/nixpkgs.nix index 6eb219d..97aee62 100644 --- a/modules/system/nix/nixpkgs.nix +++ b/modules/system/nix/nixpkgs.nix @@ -16,7 +16,7 @@ # Default to none, add more as necessary. This is usually where # electron packages go when they reach EOL. - permittedInsecurePackages = []; + permittedInsecurePackages = ["olm-3.2.16"]; # Nixpkgs sets internal package aliases to ease migration from other # distributions easier, or for convenience's sake. Even though the manual