mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Do not fail migration on missing basic-environment
This commit is contained in:
parent
b9de0afc3f
commit
2ec1655be8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ rec {
|
|||
fi
|
||||
|
||||
echo "Decrease priority of basic-environment..."
|
||||
${pkgs.nix}/bin/nix-env --set-flag priority 120 basic-environment
|
||||
${pkgs.nix}/bin/nix-env --set-flag priority 120 basic-environment || true
|
||||
|
||||
echo "Install first nix-on-droid generation..."
|
||||
${nix-on-droid}/bin/nix-on-droid switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue