From c3ab69e1d5ca2f4176b43aebba7a393bb06c7b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 9 Feb 2020 10:18:46 +0000 Subject: [PATCH] do not permit broken webkit anymore --- nixos/shell-config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/shell-config.nix b/nixos/shell-config.nix index a1f195e7..8f8b10fc 100644 --- a/nixos/shell-config.nix +++ b/nixos/shell-config.nix @@ -1,6 +1,5 @@ { permittedInsecurePackages = [ - "webkitgtk-2.4.11" ]; allowUnfree = true; packageOverrides = pkgs: {