flake: set GOFLAGS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-08-12 21:45:26 +02:00
parent b55de0a357
commit 18d022c851
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -64,6 +64,7 @@
overrideModAttrs = _: {
# GOPROXY = "direct";
GOFLAGS = "-buildmode=pie -trimpath -mod=readonly -modcacherw";
};
inherit version;