Problem description
When trying to install nix with the multi-user installation inside a debian proot-distro instance, during the installation process, the whole Termux application suddenly crashes with no errors. I have been able to get this to happen consistently.
Steps to reproduce the behavior.
- Open a fresh install of Termux
pkg update && pkg upgrade
pkg install proot-distro
pd install debian
pd login debian
apt update && apt upgrade
sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon # taken from nix website, https://nixos.org/download/
- Eventually during the installation process, Termux crashes.
What is the expected behavior?
nix would install on debian (or at the very least fail without crashing the whole Termux app)
System information
- Termux application version: 0.118.3
- Android OS version: 16 (OneUI 8.0)
- Device model: Samsung Galaxy A54
Problem description
When trying to install nix with the multi-user installation inside a debian proot-distro instance, during the installation process, the whole Termux application suddenly crashes with no errors. I have been able to get this to happen consistently.
Steps to reproduce the behavior.
pkg update && pkg upgradepkg install proot-distropd install debianpd login debianapt update && apt upgradesh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon # taken from nix website, https://nixos.org/download/What is the expected behavior?
nix would install on debian (or at the very least fail without crashing the whole Termux app)
System information