diff --git a/README.md b/README.md index f05343bd..9f31a9cd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ prototype-grade quality as of now, but hey, it works! It does not require root, user namespaces support or disabling SELinux, but it relies on `proot` and other hacks instead. -It uses [a fork](https://github.com/t184256/nix-on-droid-app) +It uses [a fork](https://github.com/nix-community/nix-on-droid-app) of [Termux-the-terminal-emulator app](https://github.com/termux/termux-app), but has no relation to [Termux-the-distro](https://termux.com/). Please do not pester Termux folks about Nix-on-Droid. @@ -72,7 +72,7 @@ An alternative location is `~/.config/nixpkgs/config.nix` with the key } ``` -See for list of all available options. +See for list of all available options. ### [`home-manager`](https://github.com/rycee/home-manager) integration @@ -118,7 +118,7 @@ For more information, please run `nix-on-droid help`. ## Build Nix-on-Droid on your own -The [terminal emulator part](https://github.com/t184256/nix-on-droid-app) +The [terminal emulator part](https://github.com/nix-community/nix-on-droid-app) is probably not interesting for you, just download and use a prebuilt one. If you really want to rebuild it, you can just use Android Studio for that. @@ -184,7 +184,7 @@ A minimal example could look like the following: nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; nix-on-droid = { - url = "github:t184256/nix-on-droid/release-23.05"; + url = "github:nix-community/nix-on-droid/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -202,7 +202,7 @@ A minimal example could look like the following: For more examples and nix flake templates, see [`templates`](./templates) directory or explore with: ```sh -nix flake init --template github:t184256/nix-on-droid#advanced +nix flake init --template github:nix-community/nix-on-droid#advanced ``` ### Usage with `nix-on-droid` @@ -260,7 +260,7 @@ clean installations. (reachable from Android settings). * If the terminal freezes, use 'Acquire wakelock' button in the notification and/or tone down your device's aggressive power saving measures. -* We have a [wiki](https://github.com/t184256/nix-on-droid/wiki) +* We have a [wiki](https://github.com/nix-community/nix-on-droid/wiki) with tips and success stories, you're encouraged to add yours as well. @@ -300,7 +300,7 @@ Two rewrites ago it was based off the official Nix install script (https://nixos.org/nix/install), presumably written by Eelco Dolstra. -Is deployed and used with [a fork](https://github.com/t184256/nix-on-droid-app) +Is deployed and used with [a fork](https://github.com/nix-community/nix-on-droid-app) of [Termux-the-terminal-emulator app](https://github.com/termux/termux-app), but has no relation to Termux-the-distro. diff --git a/docs/default.nix b/docs/default.nix index fdacce0d..3df0cf60 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE. { pkgs, home-manager, nmdSrc }: @@ -22,7 +22,7 @@ let modulesDocs = nmd.buildModulesDocs { modules = modules ++ [ setupModule ]; moduleRootPaths = [ ../. ]; - mkModuleUrl = path: "https://github.com/t184256/nix-on-droid/blob/master/${path}"; + mkModuleUrl = path: "https://github.com/nix-community/nix-on-droid/blob/master/${path}"; channelName = "nix-on-droid"; docBook.id = "nix-on-droid-options"; }; diff --git a/docs/manual.xml b/docs/manual.xml index 45b7c392..083de236 100644 --- a/docs/manual.xml +++ b/docs/manual.xml @@ -14,7 +14,7 @@ If you encounter problems or bugs then please report them on the - issue tracker. + issue tracker. @@ -34,7 +34,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; nix-on-droid = { - url = "github:t184256/nix-on-droid/release-23.05"; + url = "github:nix-community/nix-on-droid/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/modules/build/initial-build.nix b/modules/build/initial-build.nix index e8828acf..e3dfba51 100644 --- a/modules/build/initial-build.nix +++ b/modules/build/initial-build.nix @@ -9,10 +9,10 @@ let defaultNixOnDroidBranch = "release-23.05"; defaultNixpkgsChannel = "https://nixos.org/channels/${defaultNixpkgsBranch}"; - defaultNixOnDroidChannel = "https://github.com/t184256/nix-on-droid/archive/${defaultNixOnDroidBranch}.tar.gz"; + defaultNixOnDroidChannel = "https://github.com/nix-community/nix-on-droid/archive/${defaultNixOnDroidBranch}.tar.gz"; defaultNixpkgsFlake = "github:NixOS/nixpkgs/${defaultNixpkgsBranch}"; - defaultNixOnDroidFlake = "github:t184256/nix-on-droid/${defaultNixOnDroidBranch}"; + defaultNixOnDroidFlake = "github:nix-community/nix-on-droid/${defaultNixOnDroidBranch}"; in { diff --git a/modules/environment/login/login-inner.nix b/modules/environment/login/login-inner.nix index f4b0d0b9..92a4ee52 100644 --- a/modules/environment/login/login-inner.nix +++ b/modules/environment/login/login-inner.nix @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE. { config, lib, initialPackageInfo, writeText }: @@ -84,7 +84,7 @@ writeText "login-inner" '' ${nixCmd} run nixpkgs#gnused -- \ -i \ -e 's,\"github:NixOS/nixpkgs.*\",\"${config.build.flake.nixpkgs}\",' \ - -e 's,\"github:t184256/nix-on-droid.*\",\"${config.build.flake.nix-on-droid}\",' \ + -e 's,\"github:nix-community/nix-on-droid.*\",\"${config.build.flake.nix-on-droid}\",' \ "${config.user.home}/.config/nix-on-droid/flake.nix" ''} diff --git a/modules/environment/session-init.nix b/modules/environment/session-init.nix index 165079a1..14aa8297 100644 --- a/modules/environment/session-init.nix +++ b/modules/environment/session-init.nix @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE. { config, lib, pkgs, ... }: @@ -53,7 +53,7 @@ in motd = mkOption { default = '' Welcome to Nix-on-Droid! - If nothing works, open an issue at https://github.com/t184256/nix-on-droid/issues or try the rescue shell. + If nothing works, open an issue at https://github.com/nix-community/nix-on-droid/issues or try the rescue shell. ''; type = types.nullOr types.lines; description = '' diff --git a/modules/upgrade.nix b/modules/upgrade.nix index 1a5a4ce5..62fe139f 100644 --- a/modules/upgrade.nix +++ b/modules/upgrade.nix @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE. { config, lib, ... }: @@ -6,7 +6,7 @@ config.build.activationAfter = # TODO: remove when we stop supporting upgrades from <21.11 # Setups upgraded to 21.11 don't have the /dev/shm directory bootstrapped: - # https://github.com/t184256/nix-on-droid/issues/162 + # https://github.com/nix-community/nix-on-droid/issues/162 lib.mkIf (lib.versionOlder config.system.stateVersion "21.11") { createDevShm = '' mkdir -p ${config.build.installationDir}/dev/shm diff --git a/templates/advanced/flake.nix b/templates/advanced/flake.nix index 2b056315..be3b3cf4 100644 --- a/templates/advanced/flake.nix +++ b/templates/advanced/flake.nix @@ -10,7 +10,7 @@ }; nix-on-droid = { - url = "github:t184256/nix-on-droid/release-23.05"; + url = "github:nix-community/nix-on-droid/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/templates/home-manager/flake.nix b/templates/home-manager/flake.nix index 1bf85fd4..464a1338 100644 --- a/templates/home-manager/flake.nix +++ b/templates/home-manager/flake.nix @@ -10,7 +10,7 @@ }; nix-on-droid = { - url = "github:t184256/nix-on-droid/release-23.05"; + url = "github:nix-community/nix-on-droid/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; }; diff --git a/templates/minimal/flake.nix b/templates/minimal/flake.nix index 264692a9..cb6444b8 100644 --- a/templates/minimal/flake.nix +++ b/templates/minimal/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; nix-on-droid = { - url = "github:t184256/nix-on-droid/release-23.05"; + url = "github:nix-community/nix-on-droid/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; };