Closed
Description
Is your feature request related to a problem? Please describe.
I would like users of my tool to use contracts I've written and share in a git repository on GitHub.
Describe the solution you'd like
I'm fine with builtins to fetch (like Nix)
let {Foo} = import (std.fetch "https://someurl.com")
or asking them to run a command.
Describe alternatives you've considered
I'm about to write my own bash script that will copy from remote to a .nickel/
folder, so user can then import ".nickel/foo.ncl"