diff options
author | makefu <github@syntax-fehler.de> | 2016-01-17 00:46:28 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-17 00:46:28 +0100 |
commit | de891cf43181d28cbc9526993df4e55022d230da (patch) | |
tree | a9d0362f389822f40f8c05966994405a4f2d5b77 /makefu/2configs/default.nix | |
parent | 769b939e8d74ad3d6358ccebc1ed356c3ba3f219 (diff) |
ma 2 default: whitelist unrar from unfree
Diffstat (limited to 'makefu/2configs/default.nix')
-rw-r--r-- | makefu/2configs/default.nix | 2 |
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"; |