From c88bb7ffe7925f97600c7962dc5b5444f100a879 Mon Sep 17 00:00:00 2001 From: Ari Gato Date: Fri, 25 Oct 2024 10:22:13 +0200 Subject: [PATCH] m/common: cinny: don't hardcode versions --- modules/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 48b24f2..74fae09 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -89,8 +89,8 @@ in { nixpkgs.config.permittedInsecurePackages = [ "jitsi-meet-1.0.8043" "olm-3.2.16" - "cinny-4.2.1" - "cinny-unwrapped-4.2.1" + "cinny-${pkgs.cinny.version}" + "cinny-unwrapped-${pkgs.cinny-unwrapped.version}" ]; environment.systemPackages = with pkgs; [