From b2353cc62d0658e8877b51cea7fb00aaf443f1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 13 Dec 2024 11:23:58 +0100 Subject: [PATCH] Make makefile NixOS compatible --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 977ba2aa1c..602afa8545 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION ?= $(shell git rev-parse --verify HEAD) GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH) -SHELL = /bin/bash +SHELL = /usr/bin/env bash ifeq ($(GOOS),darwin) export CGO_ENABLED=0