From cdefb84b887022bd79179a9dbc2dadb4fdc294d7 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Tue, 29 Apr 2025 09:24:05 +0200 Subject: [PATCH] chore: update makefile to remove build-nix step --- makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/makefile b/makefile index 96e3daa..302f3c4 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,2 @@ build: go build -C src -o cocommit - -build-nix: - GOWORK=off go build -C src -o cocommit