fmt
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -127,16 +127,16 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
flake.nixosModules = {
|
flake.nixosModules = {
|
||||||
pgbackrest = ./modules/pgbackrest.nix;
|
pgbackrest = ./modules/pgbackrest.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.overlays = {
|
flake.overlays = {
|
||||||
default = lib.composeManyExtensions overlays;
|
default = lib.composeManyExtensions overlays;
|
||||||
list = overlays;
|
list = overlays;
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.lib = {inherit constants;};
|
flake.lib = {inherit constants;};
|
||||||
|
|
||||||
perSystem = {
|
perSystem = {
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|||||||
Reference in New Issue
Block a user