mirror of
https://github.com/NixOS/nix
synced 2025-07-10 08:53:55 +02:00
nix-profile.sh: Don't create .nix-channels
This is already done by the installer, so no need to do it again.
This commit is contained in:
parent
c43d9f6131
commit
26762ceb86
3 changed files with 0 additions and 11 deletions
|
@ -9,4 +9,3 @@ 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 ]
|
||||
[ -e $TEST_HOME/.nix-channels ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue