mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
nix-env: Create ~/.nix-profile automatically
(cherry picked from commit 9348f9291e)
This commit is contained in:
parent
2070d55b0b
commit
f66108f738
9 changed files with 31 additions and 42 deletions
|
|
@ -7,5 +7,3 @@ rm -rf $TEST_HOME $TEST_ROOT/profile-var
|
|||
mkdir -p $TEST_HOME
|
||||
USER=$user $SHELL -e -c ". $TEST_ROOT/nix-profile.sh; set"
|
||||
USER=$user $SHELL -e -c ". $TEST_ROOT/nix-profile.sh" # test idempotency
|
||||
|
||||
[ -L $TEST_HOME/.nix-profile ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue