commit 37d845421cda9502ff41184b8122623457b753c2 parent b4d7e7e09a455a6ae350667f59460829daf04cf9 Author: William Casarin <jb55@jb55.com> Date: Wed, 10 Feb 2021 15:06:16 -0800 nixpkgs/config: checkMeta Diffstat:
M | nix-config/nixpkgs/config.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -12,6 +12,7 @@ in { allowUnfree = true; allowUnfreeRedistributable = true; allowBroken = false; + checkMeta = true; zathura.useMupdf = true;