about summary refs log blame commit diff
path: root/tests/nix-profile.sh
blob: 3586a7efc3c81d763e4fe0d266cf5dba682c9c3c (plain) (tree)
1
2
3
4
5
6
7
8
9




                    

                                                                        
 
                         
                          
source common.sh

home=$TEST_ROOT/home
rm -rf $home
mkdir -p $home
HOME=$home $SHELL -e -c ". ../scripts/nix-profile.sh"
HOME=$home $SHELL -e -c ". ../scripts/nix-profile.sh" # test idempotency

[ -L $home/.nix-profile ]
[ -e $home/.nix-channels ]