1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Add nix overlay to flake

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-09-26 10:47:49 +02:00
parent a507a04650
commit 98e7842c26
No known key found for this signature in database

View File

@ -126,6 +126,8 @@
};
in
rec {
overlays.default = self.overlay;
# `nix develop`
devShell = pkgs.mkShell { buildInputs = devDeps; };