Attempt to create a Nix overlay
This commit is contained in:
parent
2364a0dcf6
commit
de96b1e0cd
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 {};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user