From fc6a1e15fc814822397a0a1a88534992752d49c2 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 26 Sep 2022 11:13:42 +0200 Subject: [PATCH] Revert overlay overlapping Signed-off-by: Kristoffer Dalby --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 27521c75..050fd747 100644 --- a/flake.nix +++ b/flake.nix @@ -127,8 +127,6 @@ config.Entrypoint = [(pkgs.headscale + "/bin/headscale")]; }; in rec { - overlays.default = self.overlay; - # `nix develop` devShell = pkgs.mkShell {buildInputs = devDeps;};