diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index fd497e57..b08e6616 100644 --- a/flake.nix +++ b/flake.nix @@ -59,8 +59,6 @@ }; in { - overlays.default = import ./overlays/htmlformat; - nixosConfigurations.prefect = nixpkgs.lib.nixosSystem { system = utils.lib.system.x86_64-linux; specialArgs = { inherit inputs; }; |