Open merklefruit opened 1 year ago
Haven't used custom nix environments either, and don't think it's highly adopted so imo the path of least resistance here would be to create an install builder with prompt-based installs for the required dependencies.
curl
and tar
as dependencies
Currently the main README includes this paragraph:
Ideally
op-up
should be able to be run on by everyone on a new machine.A potential solution includes the use of a custom Nix environment. Never used this tool personally, so I'm also curious to learn and explore it for this use case.
A simpler solution is to just check if pre-requisites are installed (e.g. by using
which x
orx --version
commands) and prompt the user to finish installing the ones that aren't yet on $PATH.