mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
nix-on-droid.nix.default: switch to nix-community/home-manager
This commit is contained in:
parent
7390acee6d
commit
82b4cd68fc
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue