build with Nix flake, pin GCC 11

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-06-03 18:59:21 +02:00
parent 349e22bbe8
commit bf1fc8529f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -31,8 +31,8 @@ else
GOBIN_SHARED_LIB_CGO_LDFLAGS := CGO_LDFLAGS="-Wl,-soname,libgowaku.so.0"
endif
GIT_COMMIT = $(shell git rev-parse --short HEAD)
VERSION = $(shell cat ./VERSION)
GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
VERSION ?= $(shell cat ./VERSION)
UID := $(shell id -u)
GID := $(shell id -g)