flake: add overlays folder

This commit is contained in:
Bruno BELANYI 2021-05-09 00:06:12 +02:00
parent f57fd32088
commit 3887a86650
2 changed files with 4 additions and 1 deletions

View file

@ -103,7 +103,7 @@
}) // {
overlay = self.overlays.pkgs;
overlays = {
overlays = import ./overlays // {
lib = final: prev: { inherit lib; };
pkgs = final: prev: { ambroisie = import ./pkgs { pkgs = prev; }; };
};

3
overlays/default.nix Normal file
View file

@ -0,0 +1,3 @@
{
# FIXME: add overlays
}