From ec4196112525f553c803021a17666d7c54b33a76 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Sun, 17 Jan 2016 00:46:28 +0100 Subject: [PATCH] ma 2 default: whitelist unrar from unfree --- 2configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2configs/default.nix b/2configs/default.nix index 7771e24..ec11005 100644 --- a/2configs/default.nix +++ b/2configs/default.nix @@ -13,7 +13,7 @@ with lib; ./vim.nix ]; - + nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name); krebs = { enable = true; search-domain = "retiolum";