Temporarily disable all packages in overlay

This commit is contained in:
Danila Fedorin 2020-04-07 18:05:11 -07:00
parent de96b1e0cd
commit bc0c2abdbe
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
self: super:
{
pegasus = super.callPackage ./pegasus/default.nix {};
blog = super.callPackage ./blog/default.nix {};
# pegasus = super.callPackage ./pegasus/default.nix {};
# blog = super.callPackage ./blog/default.nix {};
}