-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix installation fails #443
Comments
Hi @mmngreco, could you try |
Hi, sorry for delay: Doesn't seems to work neither. Here's my log: ~ (10:44|0s) $ nix-channel --update
these derivations will be built:
/nix/store/q3sbhgbydsa56lflkr1k8hn49ha3wv63-master.tar.gz.drv
building '/nix/store/q3sbhgbydsa56lflkr1k8hn49ha3wv63-master.tar.gz.drv'...
unpacking channels...
created 2 symlinks in user environment
~ (10:45|7s) $ nix-env -iA twterm
error: attribute 'twterm' in selection path 'twterm' not found
~ (10:45|0s) $ nix-channel --add https://github.com/ryota-ka/twterm/archive/master.tar.gz
~ (10:46|0s) $ nix-channel --update
unpacking channels...
~ (10:46|1s) $ nix-env -iA twterm
error: attribute 'twterm' in selection path 'twterm' not found
|
Thank you @mmngreco, I'll check it out later. While Nix installation is recommended (as it also resolves and installs all the requirements such as the runtime and the dynamic libraries at the same time), twterm is also available via Homebrew tap. |
Hi there,
I was trying to install
twterm
using nix as recommended but I could't make it works (I'm not familiarized with nix).The text was updated successfully, but these errors were encountered: