mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Rename the repository, dropping -bootstrap
This commit is contained in:
parent
d9fd49b6c4
commit
8ccf18b8ec
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ rec {
|
||||||
echo
|
echo
|
||||||
echo "You are currently using an old installation of nix-on-droid. The way it manages your device has changed \
|
echo "You are currently using an old installation of nix-on-droid. The way it manages your device has changed \
|
||||||
from installing the basic-environment package to a real module system. For more information see \
|
from installing the basic-environment package to a real module system. For more information see \
|
||||||
https://github.com/t184256/nix-on-droid-bootstrap."
|
https://github.com/t184256/nix-on-droid."
|
||||||
echo
|
echo
|
||||||
echo "You can either reinstall the app or back up your data and attempt a migration."
|
echo "You can either reinstall the app or back up your data and attempt a migration."
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ with lib;
|
||||||
|
|
||||||
nix-on-droid = mkOption {
|
nix-on-droid = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "https://github.com/t184256/nix-on-droid-bootstrap/archive/master.tar.gz";
|
default = "https://github.com/t184256/nix-on-droid/archive/master.tar.gz";
|
||||||
description = "Channel URL for nix-on-droid.";
|
description = "Channel URL for nix-on-droid.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ writeText "login-inner" ''
|
||||||
|
|
||||||
[ "$#" -gt 0 ] || echo "Welcome to Nix-on-Droid!"
|
[ "$#" -gt 0 ] || echo "Welcome to Nix-on-Droid!"
|
||||||
|
|
||||||
[ "$#" -gt 0 ] || echo "If nothing works, open an issue at https://github.com/t184256/nix-on-droid-bootstrap/issues or try the rescue shell."
|
[ "$#" -gt 0 ] || echo "If nothing works, open an issue at https://github.com/t184256/nix-on-droid/issues or try the rescue shell."
|
||||||
|
|
||||||
set +u
|
set +u
|
||||||
. "${sessionInitPackage}/etc/profile.d/nix-on-droid-session-init.sh"
|
. "${sessionInitPackage}/etc/profile.d/nix-on-droid-session-init.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue