Rename the repository, dropping -bootstrap

This commit is contained in:
Alexander Sosedkin 2020-01-13 00:46:53 +01:00
parent d9fd49b6c4
commit 8ccf18b8ec
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ with lib;
nix-on-droid = mkOption {
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.";
};
};

View file

@ -18,7 +18,7 @@ writeText "login-inner" ''
[ "$#" -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
. "${sessionInitPackage}/etc/profile.d/nix-on-droid-session-init.sh"