mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Tweak user-facing messages
This commit is contained in:
parent
eb2f3bca34
commit
bbb0e8ffbf
4 changed files with 11 additions and 12 deletions
|
|
@ -117,17 +117,17 @@ rec {
|
|||
''} > /dev/null
|
||||
fi
|
||||
|
||||
echo "Uninstall home-manager-path..."
|
||||
echo "Uninstalling home-manager-path..."
|
||||
${pkgs.nix}/bin/nix-env --uninstall home-manager-path
|
||||
fi
|
||||
|
||||
echo "Decrease priority of basic-environment..."
|
||||
echo "Decreasing priority of basic-environment..."
|
||||
${pkgs.nix}/bin/nix-env --set-flag priority 120 basic-environment || true
|
||||
|
||||
echo "Install first nix-on-droid generation..."
|
||||
echo "Installing first nix-on-droid generation..."
|
||||
${nix-on-droid}/bin/nix-on-droid switch
|
||||
|
||||
echo "Uninstall basic-environment..."
|
||||
echo "Uninstalling basic-environment..."
|
||||
${pkgs.nix}/bin/nix-env --uninstall basic-environment
|
||||
|
||||
echo "Installation successful! Please restart the app to complete the migration as starting new sessions will fail."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue