build: fix typo [ci skip]

s/ubit/urbit
This commit is contained in:
Jared Tobin 2019-10-15 11:24:44 +04:00
parent 6f58c138b2
commit 8a4a3335d5
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -5,7 +5,7 @@ pkgs.stdenv.mkDerivation rec {
builder = ./builder.sh;
buildInputs = [ herb pkgs.coreutils ];
URBIT = ubit.meta.exe;
URBIT = urbit.meta.exe;
PIER = pier;
ARVO = arvo;
}