nix: fix boot-ship.nix

This commit is contained in:
ryjm 2020-07-14 16:13:15 -04:00
parent 69f8602e55
commit ddcb577731

View File

@ -10,9 +10,10 @@ let
tlon = import ../pkgs { inherit pkgs; };
arvo = tlon.arvo;
urbit = tlon.urbit;
herb = tlon.herb;
in
import ./fakeship {
inherit pkgs tlon deps arvo pill ship debug;
inherit pkgs arvo pill ship herb urbit;
}