diff options
author | makefu <github@syntax-fehler.de> | 2016-01-18 17:23:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-18 17:23:54 +0100 |
commit | 043047d7e651dba88a6b355df7f931bcc89047ec (patch) | |
tree | 4cffb5322abbae410f507ba7131d52b349cfbb31 /makefu/2configs/default.nix | |
parent | 7cf54a1d791fff716968a145feb55f28b84aef76 (diff) | |
parent | a3d2a86e38c4c9cf710be041e94791f046493f01 (diff) |
Merge remote-tracking branch 'gum/fix-cert' into fix-cert
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"; |