Remove overlay to cut down (re)build time

This commit is contained in:
Sandro - 2021-09-20 23:19:24 +02:00
parent 4e5570be88
commit ca56498c45
1 changed files with 0 additions and 4 deletions

View File

@ -1,11 +1,7 @@
final: prev:
{
bmxd = prev.callPackage ./bmxd.nix { };
pile = prev.callPackage ./pile.nix { };
# Cut down build time of a Nix-2.4 dependency
mdbook = prev.mdbook.overrideAttrs (oa: { doCheck = false; });
}