flake: add overlays folder

This commit is contained in:
Bruno BELANYI 2021-05-09 00:06:12 +02:00
parent a4b54f3630
commit 96c9b1b57d
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
}