move overlays to root folder
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M flake.nix → flake.nix
@@ -50,11 +50,7 @@ }; }; in { - overlays.default = final: prev: { - self = { - htmlformat = final.callPackage ./packages/htmlformat { }; - }; - }; + overlays.default = import ./overlays/htmlformat; nixosConfigurations.prefect = nixpkgs.lib.nixosSystem { system = utils.lib.system.x86_64-linux;