From 8ccf18b8ec2e6d234104e27c09a8bf5cff210af2 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 13 Jan 2020 00:46:53 +0100 Subject: [PATCH] Rename the repository, dropping -bootstrap --- default.nix | 2 +- modules/build/initial-build.nix | 2 +- modules/environment/login/login-inner.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index d6e6889..fbc88a3 100644 --- a/default.nix +++ b/default.nix @@ -17,7 +17,7 @@ rec { echo 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 \ - https://github.com/t184256/nix-on-droid-bootstrap." + https://github.com/t184256/nix-on-droid." echo echo "You can either reinstall the app or back up your data and attempt a migration." echo diff --git a/modules/build/initial-build.nix b/modules/build/initial-build.nix index ef31d0c..b84d31c 100644 --- a/modules/build/initial-build.nix +++ b/modules/build/initial-build.nix @@ -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."; }; }; diff --git a/modules/environment/login/login-inner.nix b/modules/environment/login/login-inner.nix index 669258d..1ab3cef 100644 --- a/modules/environment/login/login-inner.nix +++ b/modules/environment/login/login-inner.nix @@ -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"