mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
Harden the user-envs-migration test
Make sure that an absent `.nix-profile` at the begining doesn’t crash it
This commit is contained in:
parent
303abee699
commit
a3c17cfc73
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ unset NIX_REMOTE
|
||||||
|
|
||||||
clearStore
|
clearStore
|
||||||
clearProfiles
|
clearProfiles
|
||||||
rm -r ~/.nix-profile
|
rm -rf ~/.nix-profile
|
||||||
|
|
||||||
# Fill the environment using the older Nix
|
# Fill the environment using the older Nix
|
||||||
PATH_WITH_NEW_NIX="$PATH"
|
PATH_WITH_NEW_NIX="$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue