Merge pull request #3125 from ryjm/jm/fix-boot-ship

nix: fix boot-ship.nix
This commit is contained in:
Jared Tobin 2020-07-15 09:30:04 +04:00 committed by GitHub
commit 462a3429ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}