export overlays
This commit is contained in:
@@ -131,6 +131,11 @@
|
|||||||
pgbackrest = ./modules/pgbackrest.nix;
|
pgbackrest = ./modules/pgbackrest.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flake.overlays = {
|
||||||
|
default = lib.composeManyExtensions overlays;
|
||||||
|
list = overlays;
|
||||||
|
};
|
||||||
|
|
||||||
flake.lib = {inherit constants;};
|
flake.lib = {inherit constants;};
|
||||||
|
|
||||||
perSystem = {
|
perSystem = {
|
||||||
|
|||||||
Reference in New Issue
Block a user