mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Add nix overlay to flake
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
a507a04650
commit
98e7842c26
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@
|
|||
};
|
||||
in
|
||||
rec {
|
||||
overlays.default = self.overlay;
|
||||
|
||||
# `nix develop`
|
||||
devShell = pkgs.mkShell { buildInputs = devDeps; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue