Revert "Temporarily disable all packages in overlay"

This reverts commit bc0c2abdbe.
This commit is contained in:
Danila Fedorin 2020-04-07 18:06:58 -07:00
parent bc0c2abdbe
commit 202d682697
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 {};
}