Skip to content

Commit

Permalink
nix-on-droid.nix.default: switch to nix-community/home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Feb 14, 2024
1 parent 7390ace commit 82b4cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/environment/login/nix-on-droid.nix.default
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions tests/on-device/config-h-m.bats
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 82b4cd6

Please sign in to comment.