mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
add support for default configuration in flake.nix
This commit is contained in:
parent
ffac515cfb
commit
6a345626c0
9 changed files with 51 additions and 13 deletions
|
|
@ -89,7 +89,7 @@ writeText "login-inner" ''
|
|||
''}
|
||||
|
||||
echo "Installing first nix-on-droid generation..."
|
||||
${nixCmd} run ${config.build.flake.nix-on-droid} -- switch --flake ${config.user.home}/.config/nix-on-droid#deviceName
|
||||
${nixCmd} run ${config.build.flake.nix-on-droid} -- switch --flake ${config.user.home}/.config/nix-on-droid
|
||||
|
||||
. "${config.user.home}/.nix-profile/etc/profile.d/nix-on-droid-session-init.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue