Revert overlay overlapping

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-09-26 11:13:42 +02:00
parent 94be5ca295
commit fc6a1e15fc
No known key found for this signature in database

View file

@ -127,8 +127,6 @@
config.Entrypoint = [(pkgs.headscale + "/bin/headscale")];
};
in rec {
overlays.default = self.overlay;
# `nix develop`
devShell = pkgs.mkShell {buildInputs = devDeps;};