mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
10 lines
234 B
Bash
10 lines
234 B
Bash
source common.sh
|
|
|
|
home=$TEST_ROOT/home
|
|
rm -rf $home
|
|
mkdir -p $home
|
|
HOME=$home $SHELL -e -c ". $profiledir/nix.sh"
|
|
HOME=$home $SHELL -e -c ". $profiledir/nix.sh" # test idempotency
|
|
|
|
[ -L $home/.nix-profile ]
|
|
[ -e $home/.nix-channels ]
|