summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-17 00:46:28 +0100
committermakefu <github@syntax-fehler.de>2016-01-17 00:46:28 +0100
commitde891cf43181d28cbc9526993df4e55022d230da (patch)
treea9d0362f389822f40f8c05966994405a4f2d5b77
parent769b939e8d74ad3d6358ccebc1ed356c3ba3f219 (diff)
ma 2 default: whitelist unrar from unfree
-rw-r--r--makefu/2configs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix
index 7771e24d4..ec1100582 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/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";