Last active
June 8, 2019 08:26
-
-
Save adrianparvino/a595efd35d91bea91209ac067b6389db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[myrl@myrl:~]$ nix-build '<nixpkgs>' -A elixir.src --no-out-link | |
/nix/store/ffbdgaaq9sm3wq4mcpsbjjah78jbfala-source | |
[myrl@myrl:~]$ TERM=xterm-256color ssh [email protected] -p 8022 | |
Welcome to Termux! | |
[ omitted ] | |
$ ./nix-in-termux/nix-in-termux bash | |
Termux PATH /data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets | |
nix-powered> nix copy --from ssh-ng://[email protected] /nix/store/ffbdgaaq9sm3wq4mcpsbjjah78jbfala-source | |
GC Warning: Couldn't read /proc/stat | |
[1 copied (7.7 MiB)] | |
nix-powered> cp -r /nix/store/ffbdgaaq9sm3wq4mcpsbjjah78jbfala-source ~/Development/elixir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment