kbfs: buildFlags -> tags

This commit is contained in:
zowoq
2021-08-06 11:29:32 +10:00
parent 525e6ac114
commit fd673152d4
+1 -1
View File
@@ -10,7 +10,7 @@ buildGoPackage {
dontRenameImports = true;
buildFlags = [ "-tags production" ];
tags = [ "production" ];
meta = with lib; {
homepage = "https://keybase.io/docs/kbfs";