all repos — nixfiles @ 75a4e09f1d241f7882a86d7f9c4aa1804a981209

System and user configuration, managed by nix and home-manager

move overlays to root folder

Alan Pearce
commit

75a4e09f1d241f7882a86d7f9c4aa1804a981209

parent

21398bece441d9afaa8e74539d993c3e976ebce0

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M flake.nixflake.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;