Skip to content

Commit

Permalink
Make makefile NixOS compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 13, 2024
1 parent bfcface commit b2353cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2353cc

Please sign in to comment.