From b6b976d7534899eae6c8353dfccfeac16f5ae4ed Mon Sep 17 00:00:00 2001 From: Elliot Glaysher Date: Mon, 7 Dec 2020 10:35:36 -0500 Subject: [PATCH] nix: don't install urbit-debug by default. The urbit and urbit-debug derivations both produce an urbit-worker binary, and they conflict. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9efd4c1350..a06eac1c8a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: nix-build -A urbit -A herb --no-out-link install: - nix-env -f . -iA urbit -iA urbit-debug -iA herb + nix-env -f . -iA urbit -iA herb release: sh/release