mirror of
https://github.com/juanfont/headscale.git
synced 2025-04-01 05:52:14 +00:00
Add nix overlay to flake
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
a507a04650
commit
98e7842c26
@ -126,6 +126,8 @@
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
overlays.default = self.overlay;
|
||||||
|
|
||||||
# `nix develop`
|
# `nix develop`
|
||||||
devShell = pkgs.mkShell { buildInputs = devDeps; };
|
devShell = pkgs.mkShell { buildInputs = devDeps; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user