mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-01 19:23:05 +00:00
Add buildtags to pls
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
a94ed0586e
commit
ed2236aa24
1 changed files with 7 additions and 1 deletions
|
@ -128,7 +128,13 @@
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
# `nix develop`
|
# `nix develop`
|
||||||
devShell = pkgs.mkShell {buildInputs = devDeps;};
|
devShell = pkgs.mkShell {
|
||||||
|
buildInputs = devDeps;
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
export GOFLAGS=-tags="integration,integration_general,integration_oidc,integration_cli,integration_derp"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
# `nix build`
|
# `nix build`
|
||||||
packages = with pkgs; {
|
packages = with pkgs; {
|
||||||
|
|
Loading…
Reference in a new issue