From a70d7c057e8921f5d98dfecf67e69247b5805a2c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 3 Apr 2025 18:53:04 +0200 Subject: [PATCH] no unsecure stuff --- share/common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/share/common.nix b/share/common.nix index d25ccc9..01894a0 100644 --- a/share/common.nix +++ b/share/common.nix @@ -439,11 +439,6 @@ in zsh ]; - # olm is insecure - nixpkgs.config.permittedInsecurePackages = [ - "olm-3.2.16" - ]; - # we want git with LFS support and Co. programs.git = { enable = true;