Attempt to create a Nix overlay
This commit is contained in:
6
overlay.nix
Normal file
6
overlay.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
self: super:
|
||||||
|
|
||||||
|
{
|
||||||
|
pegasus = super.callPackage ./pegasus/default.nix {};
|
||||||
|
blog = super.callPackage ./blog/default.nix {};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user