Add build flag to enable TS2019 (#928)

This commit is contained in:
Kristoffer Dalby
2022-11-04 11:26:33 +01:00
committed by GitHub
parent c31328a54a
commit 527b580f5e
11 changed files with 51 additions and 12 deletions

View File

@@ -26,6 +26,8 @@
version = headscaleVersion;
src = pkgs.lib.cleanSource self;
tags = ["ts2019"];
# Only run unit tests when testing a build
checkFlags = ["-short"];
@@ -135,7 +137,7 @@
buildInputs = devDeps;
shellHook = ''
export GOFLAGS=-tags="integration,integration_general,integration_oidc,integration_cli,integration_derp"
export GOFLAGS=-tags="ts2019"
'';
};