From a1ac88cd0fbdce3852c9dca20c19acc11faf73e3 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 14 May 2019 12:09:48 +0100 Subject: profiles/base: Disable vistafonts Currently marked as broken in nixpkgs. --- modules/user/devhell/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index b35f0f1e..3c3c4af2 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -111,7 +111,7 @@ in { ttf_bitstream_vera ubuntu_font_family unifont - vistafonts + #vistafonts wqy_microhei ] ++ lib.filter lib.isDerivation (lib.attrValues lohit-fonts); }; -- cgit 1.4.1