You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vessel currently does not support imports from private libraries. This is due to a limitation of the headers passed by the rust_dhall crate Nadrieril/dhall-rust#134.
The text was updated successfully, but these errors were encountered:
Rename package-set.dhall to something like package-set-initial.dhall
Add package-set.dhall to your .gitignore
Add headers via the using syntax or DHALL_HEADERS environment variable
Create a bash / npm / make script which runs dhall resolve --file package-set-initial.dhall > package-set.dhall && vessel install
We are planning to move away from Dhall in favor of Motoko (via motoko.rs) as the preferred configuration language for Vessel, so I'll make sure that custom headers will be easy to use in package-set.mo files.
Vessel currently does not support imports from private libraries. This is due to a limitation of the headers passed by the rust_dhall crate Nadrieril/dhall-rust#134.
The text was updated successfully, but these errors were encountered: