nix: don't install urbit-debug by default.

The urbit and urbit-debug derivations both produce an urbit-worker
binary, and they conflict.
This commit is contained in:
Elliot Glaysher 2020-12-07 10:35:36 -05:00
parent 5cb6af0433
commit b6b976d753

View File

@ -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