tychus: buildFlags -> tags

This commit is contained in:
zowoq 2021-08-06 07:52:32 +10:00
parent 0d2e76fdc9
commit 278339a3bf

View file

@ -17,7 +17,7 @@ buildGoPackage rec {
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreFoundation ];
buildFlags = [ "--tags" "release" ];
tags = [ "release" ];
meta = {
description = "Command line utility to live-reload your application";