From 82b4cd68fc6f354c2003e68e937e683dd5159ec1 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Wed, 14 Feb 2024 21:37:39 +0100 Subject: [PATCH] nix-on-droid.nix.default: switch to nix-community/home-manager --- modules/environment/login/nix-on-droid.nix.default | 2 +- tests/on-device/config-h-m.bats | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/environment/login/nix-on-droid.nix.default b/modules/environment/login/nix-on-droid.nix.default index d91e0bf..2ae962a 100644 --- a/modules/environment/login/nix-on-droid.nix.default +++ b/modules/environment/login/nix-on-droid.nix.default @@ -39,7 +39,7 @@ #time.timeZone = "Europe/Berlin"; # After installing home-manager channel like - # nix-channel --add https://github.com/rycee/home-manager/archive/release-23.05.tar.gz home-manager + # nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager # nix-channel --update # you can configure home-manager in here like #home-manager = { diff --git a/tests/on-device/config-h-m.bats b/tests/on-device/config-h-m.bats index cfa75e0..dbc8750 100644 --- a/tests/on-device/config-h-m.bats +++ b/tests/on-device/config-h-m.bats @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE. +# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE. load lib @@ -21,7 +21,7 @@ teardown() { [[ ! -e ~/.config/example ]] # set up / build / activate the configuration - nix-channel --add https://github.com/rycee/home-manager/archive/release-23.05.tar.gz home-manager + nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager nix-channel --update cp "$ON_DEVICE_TESTS_DIR/config-h-m.nix" ~/.config/nixpkgs/nix-on-droid.nix nix-on-droid switch