mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-02 03:33:05 +00:00
Revert overlay overlapping
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
94be5ca295
commit
fc6a1e15fc
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@
|
||||||
config.Entrypoint = [(pkgs.headscale + "/bin/headscale")];
|
config.Entrypoint = [(pkgs.headscale + "/bin/headscale")];
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
overlays.default = self.overlay;
|
|
||||||
|
|
||||||
# `nix develop`
|
# `nix develop`
|
||||||
devShell = pkgs.mkShell {buildInputs = devDeps;};
|
devShell = pkgs.mkShell {buildInputs = devDeps;};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue