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
We have had to re-generate dhall-kubernetes to minimize the effect of #1890 . We are using an internal SCM to host it (it doesn't make sense to make it public).
Unfortunately when we try to use dhall-to-nixpkgs we received this error message:
Error: Unsupported domain
This tool currently only translates the following domains into Nix dependencies:
* raw.githubusercontent.com
* prelude.dhall-lang.org
One of the Dhall project's dependencies:
↳ http://stash.lan/projects/OC/repos/dhall-openshift/raw/package.dhall?at=0z7d64944e30334fdfaf4149775bafaa14a8df58
... used the following unexpected domain:
↳ stash.lan
If you would like to support a new domain for Dhall dependencies, please open an
issue here:
↳ https://github.com/dhall-lang/dhall-haskell/issues
Is there a way to add internal domains to nixpkgs ?
Not sure if it is a proper use case for dhall-nixpkgs but I was hoping to mitigate this issue.
The text was updated successfully, but these errors were encountered:
@PierreR: Also, note that dhall-to-nixpkgs is only a convenience for generating Nix code. You can also author the equivalent code by hand if it's stable. It's not yet documented (because I'm blocked on upstream code reviews)
We have had to re-generate
dhall-kubernetes
to minimize the effect of #1890 . We are using an internal SCM to host it (it doesn't make sense to make it public).Unfortunately when we try to use
dhall-to-nixpkgs
we received this error message:Is there a way to add internal domains to nixpkgs ?
Not sure if it is a proper use case for
dhall-nixpkgs
but I was hoping to mitigate this issue.The text was updated successfully, but these errors were encountered: