diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix index 8f5a7d36..ed8ccc47 100644 --- a/flake.nix +++ b/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; |