Attempt to create a Nix overlay

This commit is contained in:
Danila Fedorin 2020-04-07 17:55:24 -07:00
parent 2364a0dcf6
commit de96b1e0cd

6
overlay.nix Normal file
View File

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