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

View File

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